Html Css Color HEX #840115 Burgundy

📋 copy color: '#840115'

red 132 ◦ green 1 ◦ blue 21

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

Shades of Burgundy #840115

Tints of Burgundy #840115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 85.71%
G = 0.65%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#840115 (or 0x840115) is known color: Burgundy. HEX triplet: 84, 01 and 15. RGB value is (132,1,21). Sum of RGB (Red+Green+Blue) = 132+1+21=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #840115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840115 is #7BFEEA. Grayscale: #2A2A2A. Windows color (decimal): -8126187 or 1376644. OLE color: 1376644.

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

Color convert

RGB 132 1 21 -
CMYK 0 0.99 0.84 0.48
HSL 350.84º 0.98% 0.26% -
HSV(B) 350.84º 0.99% 0.52% -
XYZ 9.66 4.98 1.16 -
YUV 42.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 132 1 21 0 0.99 0.84 0.48 350.84 0.98 0.26
Hex 84 1 15 0 63 54 30 15F 62 1A
Octal 204 1 25 0 143 124 60 537 142 32
Binary 10000100 1 10101 0 1100011 1010100 110000 101011111 1100010 11010

Color Harmonies of #840115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840115

Black with #840115

Text Example


Text Example

White with #840115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840115; }

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

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

background-color css

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

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

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

border-color css

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

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

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