Html Css Color HEX #850522 Burgundy

📋 copy color: '#850522'

red 133 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #850522

Tints of Burgundy #850522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 77.33%
G = 2.91%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#850522 (or 0x850522) is known color: Burgundy. HEX triplet: 85, 05 and 22. RGB value is (133,5,34). Sum of RGB (Red+Green+Blue) = 133+5+34=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #850522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850522 is #7AFADD. Grayscale: #2E2E2E. Windows color (decimal): -8059614 or 2229637. OLE color: 2229637.

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

Color convert

RGB 133 5 34 -
CMYK 0 0.96 0.74 0.48
HSL 346.41º 0.93% 0.27% -
HSV(B) 346.41º 0.96% 0.52% -
XYZ 10.02 5.21 1.99 -
YUV 46.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 133 5 34 0 0.96 0.74 0.48 346.41 0.93 0.27
Hex 85 5 22 0 60 4A 30 15A 5D 1B
Octal 205 5 42 0 140 112 60 532 135 33
Binary 10000101 101 100010 0 1100000 1001010 110000 101011010 1011101 11011

Color Harmonies of #850522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850522

Black with #850522

Text Example


Text Example

White with #850522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850522; }

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

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

background-color css

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

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

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

border-color css

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

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

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