#4C0413

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

Shades of Bordeaux #4C0413

Tints of Bordeaux #4C0413

Color information

#4C0413 (or 0x4C0413) is unknown color: approx Bordeaux. HEX triplet: 4C, 04 and 13. RGB value is (76,4,19). Sum of RGB (Red+Green+Blue) = 76+4+19=99 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76.77% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0413 is #B3FBEC. Grayscale: #1B1B1B. Windows color (decimal): -11795437 or 1246284. OLE color: 1246284.

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

Color convert

RGB76419-
CMYK00.950.750.70
HSL347.5º90%15.69%-
HSV(B)347.5º94.74%29.8%-
XYZ3.141.670.77-
YUV27.24123.35162.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 76.77%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=76.77%
G=4.04%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7641900.950.750.70347.59015.69
Hex4C41305F4B4615c5a10
Octal114423013711310653413220
Binary1001100100100110101111110010111000110101011100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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