Html Css Color HEX #4E1020 Bordeaux

📋 copy color: '#4E1020'

red 78 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #4E1020

Tints of Bordeaux #4E1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.7%

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

R = 61.9%
G = 12.7%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4E1020 (or 0x4E1020) is known color: Bordeaux. HEX triplet: 4E, 10 and 20. RGB value is (78,16,32). Sum of RGB (Red+Green+Blue) = 78+16+32=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1020 is #B1EFDF. Grayscale: #242424. Windows color (decimal): -11661280 or 2101326. OLE color: 2101326.

HSL color Cylindrical-coordinate representation of color #4E1020: hue angle of 344.52º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1020 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 16 32 -
CMYK 0 0.79 0.59 0.69
HSL 344.52º 0.66% 0.18% -
HSV(B) 344.52º 0.79% 0.31% -
XYZ 3.59 2.09 1.58 -
YUV 36.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 78 16 32 0 0.79 0.59 0.69 344.52 0.66 0.18
Hex 4E 10 20 0 4F 3B 45 159 42 12
Octal 116 20 40 0 117 73 105 531 102 22
Binary 1001110 10000 100000 0 1001111 111011 1000101 101011001 1000010 10010

Color Harmonies of #4E1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1020

Black with #4E1020

Text Example


Text Example

White with #4E1020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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