#48051A

Color #48051A Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #48051A

Tints of Bordeaux #48051A

Color information

#48051A (or 0x48051A) is unknown color: approx Bordeaux. HEX triplet: 48, 05 and 1A. RGB value is (72,5,26). Sum of RGB (Red+Green+Blue) = 72+5+26=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48051A is #B7FAE5. Grayscale: #1B1B1B. Windows color (decimal): -12057318 or 1705288. OLE color: 1705288.

HSL color Cylindrical-coordinate representation of color #48051A: hue angle of 341.19º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48051A is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB72526-
CMYK00.930.640.72
HSL341.19º87.01%15.1%-
HSV(B)341.19º93.06%28.24%-
XYZ2.911.561.13-
YUV27.43127.2159.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 69.90%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=69.90%
G=4.85%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7252600.930.640.72341.1987.0115.1
Hex4851A05D404815557f
Octal110532013510011052512717
Binary100100010111010010111011000000100100010101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48051A; }

 p { color: rgb(72,5,26); }

 H1.HeaderClassName
 {
   color: #48051A;
 }
 .AnyTagClassName
 {
   color: #48051A;
 }
</style>
background-color css

<style>
 a { background-color: #48051A; }

 a { background-color: rgb(72,5,26); }

 div.DivClassName
 {
   background-color: #48051A;
 }
 .BgClassName
 {
   background-color: #48051A;
 }
</style>
border-color css

<style>
 span { border-color: #48051A; }

 span { border-color: rgb(72,5,26); }

 td.TdClassName
 {
   border-color: #48051A;
 }
 .TagClassName
 {
   border-color: #48051A;
 }
</style>