Html Css Color HEX #851420 Burgundy

📋 copy color: '#851420'

red 133 ◦ green 20 ◦ blue 32

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

Shades of Burgundy #851420

Tints of Burgundy #851420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 71.89%
G = 10.81%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#851420 (or 0x851420) is known color: Burgundy. HEX triplet: 85, 14 and 20. RGB value is (133,20,32). Sum of RGB (Red+Green+Blue) = 133+20+32=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #851420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851420 is #7AEBDF. Grayscale: #373737. Windows color (decimal): -8055776 or 2102405. OLE color: 2102405.

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

Color convert

RGB 133 20 32 -
CMYK 0 0.85 0.76 0.48
HSL 353.63º 0.74% 0.3% -
HSV(B) 353.63º 0.85% 0.52% -
XYZ 10.18 5.59 1.91 -
YUV 55.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 133 20 32 0 0.85 0.76 0.48 353.63 0.74 0.3
Hex 85 14 20 0 55 4C 30 162 4A 1E
Octal 205 24 40 0 125 114 60 542 112 36
Binary 10000101 10100 100000 0 1010101 1001100 110000 101100010 1001010 11110

Color Harmonies of #851420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851420

Black with #851420

Text Example


Text Example

White with #851420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851420; }

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

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

background-color css

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

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

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

border-color css

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

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

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