Html Css Color HEX #840E28 Burgundy

📋 copy color: '#840E28'

red 132 ◦ green 14 ◦ blue 40

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

Shades of Burgundy #840E28

Tints of Burgundy #840E28

RGB

 RED value IS 132 (51.95% from 255) = 70.97%

 GREEN value IS 14 (5.86% from 255) = 7.53%

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 70.97%
G = 7.53%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#840E28 (or 0x840E28) is known color: Burgundy. HEX triplet: 84, 0E and 28. RGB value is (132,14,40). Sum of RGB (Red+Green+Blue) = 132+14+40=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #840E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840E28 is #7BF1D7. Grayscale: #343434. Windows color (decimal): -8122840 or 2625156. OLE color: 2625156.

HSL color Cylindrical-coordinate representation of color #840E28: hue angle of 346.78º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E28 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 14 40 -
CMYK 0 0.89 0.70 0.48
HSL 346.78º 0.81% 0.29% -
HSV(B) 346.78º 0.89% 0.52% -
XYZ 10.06 5.37 2.51 -
YUV 52.25 121.09 184.89 -
System Red Green Blue C M Y K H S L
Decimal 132 14 40 0 0.89 0.70 0.48 346.78 0.81 0.29
Hex 84 E 28 0 59 46 30 15B 51 1D
Octal 204 16 50 0 131 106 60 533 121 35
Binary 10000100 1110 101000 0 1011001 1000110 110000 101011011 1010001 11101

Color Harmonies of #840E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840E28

Black with #840E28

Text Example


Text Example

White with #840E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840E28; }

 p { color: rgb(132,14,40); }

 H1.HeaderClassName
 {
   color: #840E28;
 }
 .AnyTagClassName
 {
   color: #840E28;
 }
</style>

background-color css

<style>
 a { background-color: #840E28; }

 a { background-color: rgb(132,14,40); }

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

border-color css

<style>
 span { border-color: #840E28; }

 span { border-color: rgb(132,14,40); }

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