#4C0A19

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

Shades of Bordeaux #4C0A19

Tints of Bordeaux #4C0A19

Color information

#4C0A19 (or 0x4C0A19) is unknown color: approx Bordeaux. HEX triplet: 4C, 0A and 19. RGB value is (76,10,25). Sum of RGB (Red+Green+Blue) = 76+10+25=111 (14% of max value = 765). Red value is 76 (30.08% from 255 or 68.47% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0A19 is #B3F5E6. Grayscale: #1F1F1F. Windows color (decimal): -11793895 or 1641036. OLE color: 1641036.

HSL color Cylindrical-coordinate representation of color #4C0A19: hue angle of 346.36º 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 #4C0A19 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB761025-
CMYK00.870.670.70
HSL346.36º76.74%16.86%-
HSV(B)346.36º86.84%29.8%-
XYZ3.261.821.1-
YUV31.44124.37159.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 68.47%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=68.47%
G=9.01%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76102500.870.670.70346.3676.7416.86
Hex4CA19057434615a4d11
Octal1141231012710310653211521
Binary10011001010110010101011110000111000110101011010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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