Html Css Color HEX #840D20 Burgundy

📋 copy color: '#840D20'

red 132 ◦ green 13 ◦ blue 32

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

Shades of Burgundy #840D20

Tints of Burgundy #840D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

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

R = 74.58%
G = 7.34%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#840D20 (or 0x840D20) is known color: Burgundy. HEX triplet: 84, 0D and 20. RGB value is (132,13,32). Sum of RGB (Red+Green+Blue) = 132+13+32=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #840D20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D20 is #7BF2DF. Grayscale: #323232. Windows color (decimal): -8123104 or 2100612. OLE color: 2100612.

HSL color Cylindrical-coordinate representation of color #840D20: hue angle of 350.42º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D20 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 32 -
CMYK 0 0.90 0.76 0.48
HSL 350.42º 0.82% 0.28% -
HSV(B) 350.42º 0.9% 0.52% -
XYZ 9.92 5.3 1.87 -
YUV 50.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 132 13 32 0 0.90 0.76 0.48 350.42 0.82 0.28
Hex 84 D 20 0 5A 4C 30 15E 52 1C
Octal 204 15 40 0 132 114 60 536 122 34
Binary 10000100 1101 100000 0 1011010 1001100 110000 101011110 1010010 11100

Color Harmonies of #840D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D20

Black with #840D20

Text Example


Text Example

White with #840D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,13,32); }

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

background-color css

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

 a { background-color: rgb(132,13,32); }

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

border-color css

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

 span { border-color: rgb(132,13,32); }

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