#4C121F

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

Shades of Bordeaux #4C121F

Tints of Bordeaux #4C121F

Color information

#4C121F (or 0x4C121F) is unknown color: approx Bordeaux. HEX triplet: 4C, 12 and 1F. RGB value is (76,18,31). Sum of RGB (Red+Green+Blue) = 76+18+31=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C121F is #B3EDE0. Grayscale: #242424. Windows color (decimal): -11791841 or 2036300. OLE color: 2036300.

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

Color convert

RGB761831-
CMYK00.760.590.70
HSL346.55º61.7%18.43%-
HSV(B)346.55º76.32%29.8%-
XYZ3.442.071.51-
YUV36.82124.72155.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.8%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=60.8%
G=14.4%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76183100.760.590.70346.5561.718.43
Hex4C121F04C3B4615b3e12
Octal11422370114731065337622
Binary1001100100101111101001100111011100011010101101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,31); }

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

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

 a { background-color: rgb(76,18,31); }

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

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

 span { border-color: rgb(76,18,31); }

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