#4E0211

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

Shades of Bordeaux #4E0211

Tints of Bordeaux #4E0211

Color information

#4E0211 (or 0x4E0211) is unknown color: approx Bordeaux. HEX triplet: 4E, 02 and 11. RGB value is (78,2,17). Sum of RGB (Red+Green+Blue) = 78+2+17=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0211 is #B1FDEE. Grayscale: #1A1A1A. Windows color (decimal): -11664879 or 1114702. OLE color: 1114702.

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

Color convert

RGB78217-
CMYK00.970.780.69
HSL348.16º95%15.69%-
HSV(B)348.16º97.44%30.59%-
XYZ3.261.70.69-
YUV26.43122.68164.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 80.41%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=80.41%
G=2.06%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7821700.970.780.69348.169515.69
Hex4E2110614E4515c5f10
Octal116221014111610553413720
Binary100111010100010110000110011101000101101011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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