#4F131E

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

Shades of Bordeaux #4F131E

Tints of Bordeaux #4F131E

Color information

#4F131E (or 0x4F131E) is unknown color: approx Bordeaux. HEX triplet: 4F, 13 and 1E. RGB value is (79,19,30). Sum of RGB (Red+Green+Blue) = 79+19+30=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F131E is #B0ECE1. Grayscale: #262626. Windows color (decimal): -11594978 or 1971023. OLE color: 1971023.

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

Color convert

RGB791930-
CMYK00.760.620.69
HSL349º61.22%19.22%-
HSV(B)349º75.95%30.98%-
XYZ3.692.221.46-
YUV38.19123.38157.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 61.72%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=61.72%
G=14.84%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79193000.760.620.6934961.2219.22
Hex4F131E04C3E4515d3d13
Octal11723360114761055357523
Binary1001111100111111001001100111110100010110101110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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