#4C0E1D

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

Shades of Bordeaux #4C0E1D

Tints of Bordeaux #4C0E1D

Color information

#4C0E1D (or 0x4C0E1D) is unknown color: approx Bordeaux. HEX triplet: 4C, 0E and 1D. RGB value is (76,14,29). Sum of RGB (Red+Green+Blue) = 76+14+29=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E1D is #B3F1E2. Grayscale: #222222. Windows color (decimal): -11792867 or 1904204. OLE color: 1904204.

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

Color convert

RGB761429-
CMYK00.820.620.70
HSL345.48º68.89%17.65%-
HSV(B)345.48º81.58%29.8%-
XYZ3.361.941.36-
YUV34.25125.04157.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.87%
GREEN value IS 14 (5.86% from 255) = 11.76%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=63.87%
G=11.76%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76142900.820.620.70345.4868.8917.65
Hex4CE1D0523E461594512
Octal114163501227610653110522
Binary1001100111011101010100101111101000110101011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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