Html Css Color HEX #851220 Burgundy

📋 copy color: '#851220'

red 133 ◦ green 18 ◦ blue 32

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

Shades of Burgundy #851220

Tints of Burgundy #851220

RGB

 RED value IS 133 (52.34% from 255) = 72.68%

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 72.68%
G = 9.84%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#851220 (or 0x851220) is known color: Burgundy. HEX triplet: 85, 12 and 20. RGB value is (133,18,32). Sum of RGB (Red+Green+Blue) = 133+18+32=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #851220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851220 is #7AEDDF. Grayscale: #363636. Windows color (decimal): -8056288 or 2101893. OLE color: 2101893.

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

Color convert

RGB 133 18 32 -
CMYK 0 0.86 0.76 0.48
HSL 352.7º 0.76% 0.3% -
HSV(B) 352.7º 0.86% 0.52% -
XYZ 10.15 5.52 1.9 -
YUV 53.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 133 18 32 0 0.86 0.76 0.48 352.7 0.76 0.3
Hex 85 12 20 0 56 4C 30 161 4C 1E
Octal 205 22 40 0 126 114 60 541 114 36
Binary 10000101 10010 100000 0 1010110 1001100 110000 101100001 1001100 11110

Color Harmonies of #851220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851220

Black with #851220

Text Example


Text Example

White with #851220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851220; }

 p { color: rgb(133,18,32); }

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

background-color css

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

 a { background-color: rgb(133,18,32); }

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

border-color css

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

 span { border-color: rgb(133,18,32); }

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