Html Css Color HEX #4E0918 Bordeaux

📋 copy color: '#4E0918'

red 78 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #4E0918

Tints of Bordeaux #4E0918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

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

R = 70.27%
G = 8.11%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#4E0918 (or 0x4E0918) is known color: Bordeaux. HEX triplet: 4E, 09 and 18. RGB value is (78,9,24). Sum of RGB (Red+Green+Blue) = 78+9+24=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0918 is #B1F6E7. Grayscale: #1F1F1F. Windows color (decimal): -11663080 or 1575246. OLE color: 1575246.

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

Color convert

RGB 78 9 24 -
CMYK 0 0.88 0.69 0.69
HSL 346.96º 0.79% 0.17% -
HSV(B) 346.96º 0.88% 0.31% -
XYZ 3.4 1.88 1.05 -
YUV 31.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 78 9 24 0 0.88 0.69 0.69 346.96 0.79 0.17
Hex 4E 9 18 0 58 45 45 15B 4F 11
Octal 116 11 30 0 130 105 105 533 117 21
Binary 1001110 1001 11000 0 1011000 1000101 1000101 101011011 1001111 10001

Color Harmonies of #4E0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0918

Black with #4E0918

Text Example


Text Example

White with #4E0918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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