Html Css Color HEX #4E1115 Bordeaux

📋 copy color: '#4E1115'

red 78 ◦ green 17 ◦ blue 21

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

Shades of Bordeaux #4E1115

Tints of Bordeaux #4E1115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 67.24%
G = 14.66%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#4E1115 (or 0x4E1115) is known color: Bordeaux. HEX triplet: 4E, 11 and 15. RGB value is (78,17,21). Sum of RGB (Red+Green+Blue) = 78+17+21=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1115 is #B1EEEA. Grayscale: #232323. Windows color (decimal): -11661035 or 1380686. OLE color: 1380686.

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

Color convert

RGB 78 17 21 -
CMYK 0 0.78 0.73 0.69
HSL 356.07º 0.64% 0.19% -
HSV(B) 356.07º 0.78% 0.31% -
XYZ 3.48 2.07 0.93 -
YUV 35.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 78 17 21 0 0.78 0.73 0.69 356.07 0.64 0.19
Hex 4E 11 15 0 4E 49 45 164 40 13
Octal 116 21 25 0 116 111 105 544 100 23
Binary 1001110 10001 10101 0 1001110 1001001 1000101 101100100 1000000 10011

Color Harmonies of #4E1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1115

Black with #4E1115

Text Example


Text Example

White with #4E1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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