Html Css Color HEX #4E0F16 Bordeaux

📋 copy color: '#4E0F16'

red 78 ◦ green 15 ◦ blue 22

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

Shades of Bordeaux #4E0F16

Tints of Bordeaux #4E0F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.04%

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

R = 67.83%
G = 13.04%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4E0F16 (or 0x4E0F16) is known color: Bordeaux. HEX triplet: 4E, 0F and 16. RGB value is (78,15,22). Sum of RGB (Red+Green+Blue) = 78+15+22=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0F16 is #B1F0E9. Grayscale: #222222. Windows color (decimal): -11661546 or 1445710. OLE color: 1445710.

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

Color convert

RGB 78 15 22 -
CMYK 0 0.81 0.72 0.69
HSL 353.33º 0.68% 0.18% -
HSV(B) 353.33º 0.81% 0.31% -
XYZ 3.46 2.02 0.97 -
YUV 34.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 78 15 22 0 0.81 0.72 0.69 353.33 0.68 0.18
Hex 4E F 16 0 51 48 45 161 44 12
Octal 116 17 26 0 121 110 105 541 104 22
Binary 1001110 1111 10110 0 1010001 1001000 1000101 101100001 1000100 10010

Color Harmonies of #4E0F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0F16

Black with #4E0F16

Text Example


Text Example

White with #4E0F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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