Html Css Color HEX #4E1217 Bordeaux

📋 copy color: '#4E1217'

red 78 ◦ green 18 ◦ blue 23

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

Shades of Bordeaux #4E1217

Tints of Bordeaux #4E1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 23 (9.38% from 255) = 19.33%

R = 65.55%
G = 15.13%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4E1217 (or 0x4E1217) is known color: Bordeaux. HEX triplet: 4E, 12 and 17. RGB value is (78,18,23). Sum of RGB (Red+Green+Blue) = 78+18+23=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1217 is #B1EDE8. Grayscale: #242424. Windows color (decimal): -11660777 or 1512014. OLE color: 1512014.

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

Color convert

RGB 78 18 23 -
CMYK 0 0.77 0.71 0.69
HSL 355º 0.63% 0.19% -
HSV(B) 355º 0.77% 0.31% -
XYZ 3.51 2.11 1.03 -
YUV 36.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 78 18 23 0 0.77 0.71 0.69 355 0.63 0.19
Hex 4E 12 17 0 4D 47 45 163 3E 13
Octal 116 22 27 0 115 107 105 543 76 23
Binary 1001110 10010 10111 0 1001101 1000111 1000101 101100011 111110 10011

Color Harmonies of #4E1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1217

Black with #4E1217

Text Example


Text Example

White with #4E1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,18,23); }

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

background-color css

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

 a { background-color: rgb(78,18,23); }

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

border-color css

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

 span { border-color: rgb(78,18,23); }

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