#4F161E

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

Shades of Bordeaux #4F161E

Tints of Bordeaux #4F161E

Color information

#4F161E (or 0x4F161E) is unknown color: approx Bordeaux. HEX triplet: 4F, 16 and 1E. RGB value is (79,22,30). Sum of RGB (Red+Green+Blue) = 79+22+30=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F161E is #B0E9E1. Grayscale: #272727. Windows color (decimal): -11594210 or 1971791. OLE color: 1971791.

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

Color convert

RGB792230-
CMYK00.720.620.69
HSL351.58º56.44%19.8%-
HSV(B)351.58º72.15%30.98%-
XYZ3.752.331.48-
YUV39.96122.38155.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.31%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=60.31%
G=16.79%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79223000.720.620.69351.5856.4419.8
Hex4F161E0483E451603814
Octal11726360110761055407024
Binary1001111101101111001001000111110100010110110000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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