#4B0B18

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

Shades of Bordeaux #4B0B18

Tints of Bordeaux #4B0B18

Color information

#4B0B18 (or 0x4B0B18) is unknown color: approx Bordeaux. HEX triplet: 4B, 0B and 18. RGB value is (75,11,24). Sum of RGB (Red+Green+Blue) = 75+11+24=110 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.18% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0B18 is #B4F4E7. Grayscale: #1F1F1F. Windows color (decimal): -11859176 or 1575755. OLE color: 1575755.

HSL color Cylindrical-coordinate representation of color #4B0B18: hue angle of 347.81º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B0B18 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB751124-
CMYK00.850.680.71
HSL347.81º74.42%16.86%-
HSV(B)347.81º85.33%29.41%-
XYZ3.191.81.04-
YUV31.62123.7158.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 68.18%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=68.18%
G=10%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75112400.850.680.71347.8174.4216.86
Hex4BB18055444715c4a11
Octal1131330012510410753411221
Binary10010111011110000101010110001001000111101011100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0B18; }

 p { color: rgb(75,11,24); }

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

<style>
 a { background-color: #4B0B18; }

 a { background-color: rgb(75,11,24); }

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

<style>
 span { border-color: #4B0B18; }

 span { border-color: rgb(75,11,24); }

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