#4F121E

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

Shades of Bordeaux #4F121E

Tints of Bordeaux #4F121E

Color information

#4F121E (or 0x4F121E) is unknown color: approx Bordeaux. HEX triplet: 4F, 12 and 1E. RGB value is (79,18,30). Sum of RGB (Red+Green+Blue) = 79+18+30=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F121E is #B0EDE1. Grayscale: #252525. Windows color (decimal): -11595234 or 1970767. OLE color: 1970767.

HSL color Cylindrical-coordinate representation of color #4F121E: hue angle of 348.2º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F121E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB791830-
CMYK00.770.620.69
HSL348.2º62.89%19.02%-
HSV(B)348.2º77.22%30.98%-
XYZ3.682.191.46-
YUV37.61123.71157.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 62.20%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=62.20%
G=14.17%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79183000.770.620.69348.262.8919.02
Hex4F121E04D3E4515c3f13
Octal11722360115761055347723
Binary1001111100101111001001101111110100010110101110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,18,30); }

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

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

 a { background-color: rgb(79,18,30); }

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

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

 span { border-color: rgb(79,18,30); }

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