#4F051E

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

Shades of Bordeaux #4F051E

Tints of Bordeaux #4F051E

Color information

#4F051E (or 0x4F051E) is unknown color: approx Bordeaux. HEX triplet: 4F, 05 and 1E. RGB value is (79,5,30). Sum of RGB (Red+Green+Blue) = 79+5+30=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F051E is #B0FAE1. Grayscale: #1D1D1D. Windows color (decimal): -11598562 or 1967439. OLE color: 1967439.

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

Color convert

RGB79530-
CMYK00.940.620.69
HSL339.73º88.1%16.47%-
HSV(B)339.73º93.67%30.98%-
XYZ3.511.861.4-
YUV29.98128.02162.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.30%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=69.30%
G=4.39%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7953000.940.620.69339.7388.116.47
Hex4F51E05E3E451545810
Octal11753601367610552413020
Binary100111110111110010111101111101000101101010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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