Html Css Color HEX #4E1120 Bordeaux

📋 copy color: '#4E1120'

red 78 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #4E1120

Tints of Bordeaux #4E1120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 61.42%
G = 13.39%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4E1120 (or 0x4E1120) is known color: Bordeaux. HEX triplet: 4E, 11 and 20. RGB value is (78,17,32). Sum of RGB (Red+Green+Blue) = 78+17+32=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1120 is #B1EEDF. Grayscale: #242424. Windows color (decimal): -11661024 or 2101582. OLE color: 2101582.

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

Color convert

RGB 78 17 32 -
CMYK 0 0.78 0.59 0.69
HSL 345.25º 0.64% 0.19% -
HSV(B) 345.25º 0.78% 0.31% -
XYZ 3.6 2.12 1.59 -
YUV 36.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 78 17 32 0 0.78 0.59 0.69 345.25 0.64 0.19
Hex 4E 11 20 0 4E 3B 45 159 40 13
Octal 116 21 40 0 116 73 105 531 100 23
Binary 1001110 10001 100000 0 1001110 111011 1000101 101011001 1000000 10011

Color Harmonies of #4E1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1120

Black with #4E1120

Text Example


Text Example

White with #4E1120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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