Html Css Color HEX #840215 Burgundy

📋 copy color: '#840215'

red 132 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #840215

Tints of Burgundy #840215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 85.16%
G = 1.29%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#840215 (or 0x840215) is known color: Burgundy. HEX triplet: 84, 02 and 15. RGB value is (132,2,21). Sum of RGB (Red+Green+Blue) = 132+2+21=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840215 is #7BFDEA. Grayscale: #2B2B2B. Windows color (decimal): -8125931 or 1376900. OLE color: 1376900.

HSL color Cylindrical-coordinate representation of color #840215: hue angle of 351.23º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840215 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 2 21 -
CMYK 0 0.98 0.84 0.48
HSL 351.23º 0.97% 0.26% -
HSV(B) 351.23º 0.98% 0.52% -
XYZ 9.67 5 1.17 -
YUV 43.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 132 2 21 0 0.98 0.84 0.48 351.23 0.97 0.26
Hex 84 2 15 0 62 54 30 15F 61 1A
Octal 204 2 25 0 142 124 60 537 141 32
Binary 10000100 10 10101 0 1100010 1010100 110000 101011111 1100001 11010

Color Harmonies of #840215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840215

Black with #840215

Text Example


Text Example

White with #840215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840215; }

 p { color: rgb(132,2,21); }

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

background-color css

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

 a { background-color: rgb(132,2,21); }

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

border-color css

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

 span { border-color: rgb(132,2,21); }

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