Html Css Color HEX #840920 Burgundy

📋 copy color: '#840920'

red 132 ◦ green 9 ◦ blue 32

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

Shades of Burgundy #840920

Tints of Burgundy #840920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

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

R = 76.3%
G = 5.2%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#840920 (or 0x840920) is known color: Burgundy. HEX triplet: 84, 09 and 20. RGB value is (132,9,32). Sum of RGB (Red+Green+Blue) = 132+9+32=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #840920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840920 is #7BF6DF. Grayscale: #303030. Windows color (decimal): -8124128 or 2099588. OLE color: 2099588.

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

Color convert

RGB 132 9 32 -
CMYK 0 0.93 0.76 0.48
HSL 348.78º 0.87% 0.28% -
HSV(B) 348.78º 0.93% 0.52% -
XYZ 9.87 5.21 1.85 -
YUV 48.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 132 9 32 0 0.93 0.76 0.48 348.78 0.87 0.28
Hex 84 9 20 0 5D 4C 30 15D 57 1C
Octal 204 11 40 0 135 114 60 535 127 34
Binary 10000100 1001 100000 0 1011101 1001100 110000 101011101 1010111 11100

Color Harmonies of #840920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840920

Black with #840920

Text Example


Text Example

White with #840920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840920; }

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

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

background-color css

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

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

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

border-color css

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

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

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