Html Css Color HEX #4E0718 Bordeaux

📋 copy color: '#4E0718'

red 78 ◦ green 7 ◦ blue 24

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

Shades of Bordeaux #4E0718

Tints of Bordeaux #4E0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.42%

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

R = 71.56%
G = 6.42%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#4E0718 (or 0x4E0718) is known color: Bordeaux. HEX triplet: 4E, 07 and 18. RGB value is (78,7,24). Sum of RGB (Red+Green+Blue) = 78+7+24=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0718 is #B1F8E7. Grayscale: #1E1E1E. Windows color (decimal): -11663592 or 1574734. OLE color: 1574734.

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

Color convert

RGB 78 7 24 -
CMYK 0 0.91 0.69 0.69
HSL 345.63º 0.84% 0.17% -
HSV(B) 345.63º 0.91% 0.31% -
XYZ 3.38 1.84 1.04 -
YUV 30.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 78 7 24 0 0.91 0.69 0.69 345.63 0.84 0.17
Hex 4E 7 18 0 5B 45 45 15A 54 11
Octal 116 7 30 0 133 105 105 532 124 21
Binary 1001110 111 11000 0 1011011 1000101 1000101 101011010 1010100 10001

Color Harmonies of #4E0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0718

Black with #4E0718

Text Example


Text Example

White with #4E0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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