#4C0716

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

Shades of Bordeaux #4C0716

Tints of Bordeaux #4C0716

Color information

#4C0716 (or 0x4C0716) is unknown color: approx Bordeaux. HEX triplet: 4C, 07 and 16. RGB value is (76,7,22). Sum of RGB (Red+Green+Blue) = 76+7+22=105 (13% of max value = 765). Red value is 76 (30.08% from 255 or 72.38% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0716 is #B3F8E9. Grayscale: #1D1D1D. Windows color (decimal): -11794666 or 1443660. OLE color: 1443660.

HSL color Cylindrical-coordinate representation of color #4C0716: hue angle of 346.96º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0716 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB76722-
CMYK00.910.710.70
HSL346.96º83.13%16.27%-
HSV(B)346.96º90.79%29.8%-
XYZ3.21.750.93-
YUV29.34123.86161.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 72.38%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=72.38%
G=6.67%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7672200.910.710.70346.9683.1316.27
Hex4C71605B474615b5310
Octal114726013310710653312320
Binary1001100111101100101101110001111000110101011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,7,22); }

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

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

 a { background-color: rgb(76,7,22); }

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

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

 span { border-color: rgb(76,7,22); }

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