Html Css Color HEX #4E0A18 Bordeaux

📋 copy color: '#4E0A18'

red 78 ◦ green 10 ◦ blue 24

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

Shades of Bordeaux #4E0A18

Tints of Bordeaux #4E0A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.93%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 69.64%
G = 8.93%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#4E0A18 (or 0x4E0A18) is known color: Bordeaux. HEX triplet: 4E, 0A and 18. RGB value is (78,10,24). Sum of RGB (Red+Green+Blue) = 78+10+24=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0A18 is #B1F5E7. Grayscale: #1F1F1F. Windows color (decimal): -11662824 or 1575502. OLE color: 1575502.

HSL color Cylindrical-coordinate representation of color #4E0A18: hue angle of 347.65º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0A18 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 10 24 -
CMYK 0 0.87 0.69 0.69
HSL 347.65º 0.77% 0.17% -
HSV(B) 347.65º 0.87% 0.31% -
XYZ 3.42 1.9 1.05 -
YUV 31.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 78 10 24 0 0.87 0.69 0.69 347.65 0.77 0.17
Hex 4E A 18 0 57 45 45 15C 4D 11
Octal 116 12 30 0 127 105 105 534 115 21
Binary 1001110 1010 11000 0 1010111 1000101 1000101 101011100 1001101 10001

Color Harmonies of #4E0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0A18

Black with #4E0A18

Text Example


Text Example

White with #4E0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,10,24); }

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

background-color css

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

 a { background-color: rgb(78,10,24); }

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

border-color css

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

 span { border-color: rgb(78,10,24); }

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