#4E051F

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

Shades of Bordeaux #4E051F

Tints of Bordeaux #4E051F

Color information

#4E051F (or 0x4E051F) is unknown color: approx Bordeaux. HEX triplet: 4E, 05 and 1F. RGB value is (78,5,31). Sum of RGB (Red+Green+Blue) = 78+5+31=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E051F is #B1FAE0. Grayscale: #1D1D1D. Windows color (decimal): -11664097 or 2032974. OLE color: 2032974.

HSL color Cylindrical-coordinate representation of color #4E051F: hue angle of 338.63º 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 #4E051F is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB78531-
CMYK00.940.600.69
HSL338.63º87.95%16.27%-
HSV(B)338.63º93.59%30.59%-
XYZ3.441.831.47-
YUV29.79128.68162.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 68.42%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=68.42%
G=4.39%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7853100.940.600.69338.6387.9516.27
Hex4E51F05E3C451535810
Octal11653701367410552313020
Binary100111010111111010111101111001000101101010011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,5,31); }

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

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

 a { background-color: rgb(78,5,31); }

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

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

 span { border-color: rgb(78,5,31); }

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