#4C0415

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

Shades of Bordeaux #4C0415

Tints of Bordeaux #4C0415

Color information

#4C0415 (or 0x4C0415) is unknown color: approx Bordeaux. HEX triplet: 4C, 04 and 15. RGB value is (76,4,21). Sum of RGB (Red+Green+Blue) = 76+4+21=101 (13% of max value = 765). Red value is 76 (30.08% from 255 or 75.25% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0415 is #B3FBEA. Grayscale: #1B1B1B. Windows color (decimal): -11795435 or 1377356. OLE color: 1377356.

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

Color convert

RGB76421-
CMYK00.950.720.70
HSL345.83º90%15.69%-
HSV(B)345.83º94.74%29.8%-
XYZ3.161.680.87-
YUV27.47124.35162.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 75.25%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=75.25%
G=3.96%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7642100.950.720.70345.839015.69
Hex4C41505F484615a5a10
Octal114425013711010653213220
Binary1001100100101010101111110010001000110101011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,21); }

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

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

 a { background-color: rgb(76,4,21); }

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

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

 span { border-color: rgb(76,4,21); }

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