Html Css Color HEX #851322 Burgundy

📋 copy color: '#851322'

red 133 ◦ green 19 ◦ blue 34

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

Shades of Burgundy #851322

Tints of Burgundy #851322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.28%

R = 71.51%
G = 10.22%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#851322 (or 0x851322) is known color: Burgundy. HEX triplet: 85, 13 and 22. RGB value is (133,19,34). Sum of RGB (Red+Green+Blue) = 133+19+34=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #851322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851322 is #7AECDD. Grayscale: #363636. Windows color (decimal): -8056030 or 2233221. OLE color: 2233221.

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

Color convert

RGB 133 19 34 -
CMYK 0 0.86 0.74 0.48
HSL 352.11º 0.75% 0.3% -
HSV(B) 352.11º 0.86% 0.52% -
XYZ 10.19 5.57 2.05 -
YUV 54.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 133 19 34 0 0.86 0.74 0.48 352.11 0.75 0.3
Hex 85 13 22 0 56 4A 30 160 4B 1E
Octal 205 23 42 0 126 112 60 540 113 36
Binary 10000101 10011 100010 0 1010110 1001010 110000 101100000 1001011 11110

Color Harmonies of #851322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851322

Black with #851322

Text Example


Text Example

White with #851322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851322; }

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

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

background-color css

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

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

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

border-color css

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

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

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