Html Css Color HEX #4E1117 Bordeaux

📋 copy color: '#4E1117'

red 78 ◦ green 17 ◦ blue 23

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

Shades of Bordeaux #4E1117

Tints of Bordeaux #4E1117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 66.1%
G = 14.41%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4E1117 (or 0x4E1117) is known color: Bordeaux. HEX triplet: 4E, 11 and 17. RGB value is (78,17,23). Sum of RGB (Red+Green+Blue) = 78+17+23=118 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.10% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1117 is #B1EEE8. Grayscale: #232323. Windows color (decimal): -11661033 or 1511758. OLE color: 1511758.

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

Color convert

RGB 78 17 23 -
CMYK 0 0.78 0.71 0.69
HSL 354.1º 0.64% 0.19% -
HSV(B) 354.1º 0.78% 0.31% -
XYZ 3.5 2.08 1.03 -
YUV 35.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 78 17 23 0 0.78 0.71 0.69 354.1 0.64 0.19
Hex 4E 11 17 0 4E 47 45 162 40 13
Octal 116 21 27 0 116 107 105 542 100 23
Binary 1001110 10001 10111 0 1001110 1000111 1000101 101100010 1000000 10011

Color Harmonies of #4E1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1117

Black with #4E1117

Text Example


Text Example

White with #4E1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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