Html Css Color HEX #850822 Burgundy

📋 copy color: '#850822'

red 133 ◦ green 8 ◦ blue 34

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

Shades of Burgundy #850822

Tints of Burgundy #850822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

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

R = 76%
G = 4.57%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#850822 (or 0x850822) is known color: Burgundy. HEX triplet: 85, 08 and 22. RGB value is (133,8,34). Sum of RGB (Red+Green+Blue) = 133+8+34=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #850822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850822 is #7AF7DD. Grayscale: #303030. Windows color (decimal): -8058846 or 2230405. OLE color: 2230405.

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

Color convert

RGB 133 8 34 -
CMYK 0 0.94 0.74 0.48
HSL 347.52º 0.89% 0.28% -
HSV(B) 347.52º 0.94% 0.52% -
XYZ 10.05 5.28 2 -
YUV 48.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 133 8 34 0 0.94 0.74 0.48 347.52 0.89 0.28
Hex 85 8 22 0 5E 4A 30 15C 59 1C
Octal 205 10 42 0 136 112 60 534 131 34
Binary 10000101 1000 100010 0 1011110 1001010 110000 101011100 1011001 11100

Color Harmonies of #850822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850822

Black with #850822

Text Example


Text Example

White with #850822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850822; }

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

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

background-color css

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

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

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

border-color css

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

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

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