#4E051A

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

Shades of Bordeaux #4E051A

Tints of Bordeaux #4E051A

Color information

#4E051A (or 0x4E051A) is unknown color: approx Bordeaux. HEX triplet: 4E, 05 and 1A. RGB value is (78,5,26). Sum of RGB (Red+Green+Blue) = 78+5+26=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E051A is #B1FAE5. Grayscale: #1D1D1D. Windows color (decimal): -11664102 or 1705294. OLE color: 1705294.

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

Color convert

RGB78526-
CMYK00.940.670.69
HSL342.74º87.95%16.27%-
HSV(B)342.74º93.59%30.59%-
XYZ3.381.81.15-
YUV29.22126.18162.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 71.56%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=71.56%
G=4.59%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7852600.940.670.69342.7487.9516.27
Hex4E51A05E43451575810
Octal116532013610310552713020
Binary1001110101110100101111010000111000101101010111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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