#4E0711

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

Shades of Bordeaux #4E0711

Tints of Bordeaux #4E0711

Color information

#4E0711 (or 0x4E0711) is unknown color: approx Bordeaux. HEX triplet: 4E, 07 and 11. RGB value is (78,7,17). Sum of RGB (Red+Green+Blue) = 78+7+17=102 (13% of max value = 765). Red value is 78 (30.86% from 255 or 76.47% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0711 is #B1F8EE. Grayscale: #1D1D1D. Windows color (decimal): -11663599 or 1115982. OLE color: 1115982.

HSL color Cylindrical-coordinate representation of color #4E0711: hue angle of 351.55º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0711 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB78717-
CMYK00.910.780.69
HSL351.55º83.53%16.67%-
HSV(B)351.55º91.03%30.59%-
XYZ3.321.810.71-
YUV29.37121.02162.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 76.47%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=76.47%
G=6.86%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7871700.910.780.69351.5583.5316.67
Hex4E71105B4E451605411
Octal116721013311610554012421
Binary1001110111100010101101110011101000101101100000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,7,17); }

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

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

 a { background-color: rgb(78,7,17); }

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

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

 span { border-color: rgb(78,7,17); }

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