Html Css Color HEX #4E0213 Bordeaux

📋 copy color: '#4E0213'

red 78 ◦ green 2 ◦ blue 19

#4E0213
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #4E0213

Tints of Bordeaux #4E0213

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 value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4E0213 (or 0x4E0213) is known color: 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

RGB 78 2 19 -
CMYK 0 0.97 0.76 0.69
HSL 346.58º 0.95% 0.16% -
HSV(B) 346.58º 0.97% 0.31% -
XYZ 3.28 1.71 0.77 -
YUV 26.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 78 2 19 0 0.97 0.76 0.69 346.58 0.95 0.16
Hex 4E 2 13 0 61 4C 45 15B 5F 10
Octal 116 2 23 0 141 114 105 533 137 20
Binary 1001110 10 10011 0 1100001 1001100 1000101 101011011 1011111 10000

Color Harmonies of #4E0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0213

Black with #4E0213

Text Example


Text Example

White with #4E0213

Text Example


Text Example

HTML Codes & Css Web 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>