Html Css Color HEX #4E0D18 Bordeaux

📋 copy color: '#4E0D18'

red 78 ◦ green 13 ◦ blue 24

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

Shades of Bordeaux #4E0D18

Tints of Bordeaux #4E0D18

RGB

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

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

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

R = 67.83%
G = 11.3%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#4E0D18 (or 0x4E0D18) is known color: Bordeaux. HEX triplet: 4E, 0D and 18. RGB value is (78,13,24). Sum of RGB (Red+Green+Blue) = 78+13+24=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0D18 is #B1F2E7. Grayscale: #212121. Windows color (decimal): -11662056 or 1576270. OLE color: 1576270.

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

Color convert

RGB 78 13 24 -
CMYK 0 0.83 0.69 0.69
HSL 349.85º 0.71% 0.18% -
HSV(B) 349.85º 0.83% 0.31% -
XYZ 3.45 1.97 1.06 -
YUV 33.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 78 13 24 0 0.83 0.69 0.69 349.85 0.71 0.18
Hex 4E D 18 0 53 45 45 15E 47 12
Octal 116 15 30 0 123 105 105 536 107 22
Binary 1001110 1101 11000 0 1010011 1000101 1000101 101011110 1000111 10010

Color Harmonies of #4E0D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0D18

Black with #4E0D18

Text Example


Text Example

White with #4E0D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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