#4C0E1C

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

Shades of Bordeaux #4C0E1C

Tints of Bordeaux #4C0E1C

Color information

#4C0E1C (or 0x4C0E1C) is unknown color: approx Bordeaux. HEX triplet: 4C, 0E and 1C. RGB value is (76,14,28). Sum of RGB (Red+Green+Blue) = 76+14+28=118 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.41% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E1C is #B3F1E3. Grayscale: #222222. Windows color (decimal): -11792868 or 1838668. OLE color: 1838668.

HSL color Cylindrical-coordinate representation of color #4C0E1C: hue angle of 346.45º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E1C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB761428-
CMYK00.820.630.70
HSL346.45º68.89%17.65%-
HSV(B)346.45º81.58%29.8%-
XYZ3.351.931.3-
YUV34.13124.54157.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 64.41%
GREEN value IS 14 (5.86% from 255) = 11.86%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=64.41%
G=11.86%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76142800.820.630.70346.4568.8917.65
Hex4CE1C0523F4615a4512
Octal114163401227710653210522
Binary1001100111011100010100101111111000110101011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,14,28); }

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

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

 a { background-color: rgb(76,14,28); }

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

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

 span { border-color: rgb(76,14,28); }

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