#4C0A17

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

Shades of Bordeaux #4C0A17

Tints of Bordeaux #4C0A17

Color information

#4C0A17 (or 0x4C0A17) is unknown color: approx Bordeaux. HEX triplet: 4C, 0A and 17. RGB value is (76,10,23). Sum of RGB (Red+Green+Blue) = 76+10+23=109 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.72% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0A17 is #B3F5E8. Grayscale: #1F1F1F. Windows color (decimal): -11793897 or 1509964. OLE color: 1509964.

HSL color Cylindrical-coordinate representation of color #4C0A17: hue angle of 348.18º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C0A17 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB761023-
CMYK00.870.700.70
HSL348.18º76.74%16.86%-
HSV(B)348.18º86.84%29.8%-
XYZ3.241.820.99-
YUV31.22123.37159.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 69.72%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 23 (9.38% from 255) = 21.10%
R=69.72%
G=9.17%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76102300.870.700.70348.1876.7416.86
Hex4CA17057464615c4d11
Octal1141227012710610653411521
Binary10011001010101110101011110001101000110101011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,10,23); }

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

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

 a { background-color: rgb(76,10,23); }

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

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

 span { border-color: rgb(76,10,23); }

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