Html Css Color HEX #851320 Burgundy

📋 copy color: '#851320'

red 133 ◦ green 19 ◦ blue 32

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

Shades of Burgundy #851320

Tints of Burgundy #851320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 72.28%
G = 10.33%
B = 17.39%

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

#851320 (or 0x851320) is known color: Burgundy. HEX triplet: 85, 13 and 20. RGB value is (133,19,32). Sum of RGB (Red+Green+Blue) = 133+19+32=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #851320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851320 is #7AECDF. Grayscale: #363636. Windows color (decimal): -8056032 or 2102149. OLE color: 2102149.

HSL color Cylindrical-coordinate representation of color #851320: hue angle of 353.16º degrees, saturation: 0.75, 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 #851320 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 32 -
CMYK 0 0.86 0.76 0.48
HSL 353.16º 0.75% 0.3% -
HSV(B) 353.16º 0.86% 0.52% -
XYZ 10.17 5.56 1.9 -
YUV 54.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 133 19 32 0 0.86 0.76 0.48 353.16 0.75 0.3
Hex 85 13 20 0 56 4C 30 161 4B 1E
Octal 205 23 40 0 126 114 60 541 113 36
Binary 10000101 10011 100000 0 1010110 1001100 110000 101100001 1001011 11110

Color Harmonies of #851320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851320

Black with #851320

Text Example


Text Example

White with #851320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851320; }

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

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

background-color css

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

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

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

border-color css

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

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

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