#4E051E

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

Shades of Bordeaux #4E051E

Tints of Bordeaux #4E051E

Color information

#4E051E (or 0x4E051E) is unknown color: approx Bordeaux. HEX triplet: 4E, 05 and 1E. RGB value is (78,5,30). Sum of RGB (Red+Green+Blue) = 78+5+30=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E051E is #B1FAE1. Grayscale: #1D1D1D. Windows color (decimal): -11664098 or 1967438. OLE color: 1967438.

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

Color convert

RGB78530-
CMYK00.940.620.69
HSL339.45º87.95%16.27%-
HSV(B)339.45º93.59%30.59%-
XYZ3.431.821.4-
YUV29.68128.18162.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.03%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=69.03%
G=4.42%
B=26.55%

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
Decimal7853000.940.620.69339.4587.9516.27
Hex4E51E05E3E451535810
Octal11653601367610552313020
Binary100111010111110010111101111101000101101010011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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