Html Css Color HEX #4E0D16 Bordeaux

📋 copy color: '#4E0D16'

red 78 ◦ green 13 ◦ blue 22

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

Shades of Bordeaux #4E0D16

Tints of Bordeaux #4E0D16

RGB

 RED value IS 78 (30.86% from 255) = 69.03%

 GREEN value IS 13 (5.47% from 255) = 11.5%

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 69.03%
G = 11.5%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4E0D16 (or 0x4E0D16) is known color: Bordeaux. HEX triplet: 4E, 0D and 16. RGB value is (78,13,22). Sum of RGB (Red+Green+Blue) = 78+13+22=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0D16 is #B1F2E9. Grayscale: #212121. Windows color (decimal): -11662058 or 1445198. OLE color: 1445198.

HSL color Cylindrical-coordinate representation of color #4E0D16: hue angle of 351.69º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D16 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 13 22 -
CMYK 0 0.83 0.72 0.69
HSL 351.69º 0.71% 0.18% -
HSV(B) 351.69º 0.83% 0.31% -
XYZ 3.43 1.97 0.96 -
YUV 33.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 78 13 22 0 0.83 0.72 0.69 351.69 0.71 0.18
Hex 4E D 16 0 53 48 45 160 47 12
Octal 116 15 26 0 123 110 105 540 107 22
Binary 1001110 1101 10110 0 1010011 1001000 1000101 101100000 1000111 10010

Color Harmonies of #4E0D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0D16

Black with #4E0D16

Text Example


Text Example

White with #4E0D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,13,22); }

 H1.HeaderClassName
 {
   color: #4E0D16;
 }
 .AnyTagClassName
 {
   color: #4E0D16;
 }
</style>

background-color css

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

 a { background-color: rgb(78,13,22); }

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

border-color css

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

 span { border-color: rgb(78,13,22); }

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