Html Css Color HEX #850320 Burgundy

📋 copy color: '#850320'

red 133 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #850320

Tints of Burgundy #850320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 79.17%
G = 1.79%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#850320 (or 0x850320) is known color: Burgundy. HEX triplet: 85, 03 and 20. RGB value is (133,3,32). Sum of RGB (Red+Green+Blue) = 133+3+32=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #850320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850320 is #7AFCDF. Grayscale: #2D2D2D. Windows color (decimal): -8060128 or 2098053. OLE color: 2098053.

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

Color convert

RGB 133 3 32 -
CMYK 0 0.98 0.76 0.48
HSL 346.62º 0.96% 0.27% -
HSV(B) 346.62º 0.98% 0.52% -
XYZ 9.97 5.16 1.84 -
YUV 45.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 133 3 32 0 0.98 0.76 0.48 346.62 0.96 0.27
Hex 85 3 20 0 62 4C 30 15B 60 1B
Octal 205 3 40 0 142 114 60 533 140 33
Binary 10000101 11 100000 0 1100010 1001100 110000 101011011 1100000 11011

Color Harmonies of #850320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850320

Black with #850320

Text Example


Text Example

White with #850320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850320; }

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

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

background-color css

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

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

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

border-color css

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

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

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