#4B0B15

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

Shades of Bordeaux #4B0B15

Tints of Bordeaux #4B0B15

Color information

#4B0B15 (or 0x4B0B15) is unknown color: approx Bordeaux. HEX triplet: 4B, 0B and 15. RGB value is (75,11,21). Sum of RGB (Red+Green+Blue) = 75+11+21=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0B15 is #B4F4EA. Grayscale: #1F1F1F. Windows color (decimal): -11859179 or 1379147. OLE color: 1379147.

HSL color Cylindrical-coordinate representation of color #4B0B15: hue angle of 350.62º 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 #4B0B15 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB751121-
CMYK00.850.720.71
HSL350.62º74.42%16.86%-
HSV(B)350.62º85.33%29.41%-
XYZ3.161.790.89-
YUV31.28122.2159.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.09%
GREEN value IS 11 (4.69% from 255) = 10.28%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=70.09%
G=10.28%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75112100.850.720.71350.6274.4216.86
Hex4BB15055484715f4a11
Octal1131325012511010753711221
Binary10010111011101010101010110010001000111101011111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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