#4E0213

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

Shades of Bordeaux #4E0213

Tints of Bordeaux #4E0213

Color information

#4E0213 (or 0x4E0213) is unknown color: approx Bordeaux. HEX triplet: 4E, 02 and 13. RGB value is (78,2,19). Sum of RGB (Red+Green+Blue) = 78+2+19=99 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78.79% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0213 is #B1FDEC. Grayscale: #1A1A1A. Windows color (decimal): -11664877 or 1245774. OLE color: 1245774.

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

Color convert

RGB78219-
CMYK00.970.760.69
HSL346.58º95%15.69%-
HSV(B)346.58º97.44%30.59%-
XYZ3.281.710.77-
YUV26.66123.68164.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 78.79%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=78.79%
G=2.02%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7821900.970.760.69346.589515.69
Hex4E2130614C4515b5f10
Octal116223014111410553313720
Binary100111010100110110000110011001000101101011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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