Html Css Color HEX #850321 Burgundy

📋 copy color: '#850321'

red 133 ◦ green 3 ◦ blue 33

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

Shades of Burgundy #850321

Tints of Burgundy #850321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 78.7%
G = 1.78%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#850321 (or 0x850321) is known color: Burgundy. HEX triplet: 85, 03 and 21. RGB value is (133,3,33). Sum of RGB (Red+Green+Blue) = 133+3+33=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #850321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850321 is #7AFCDE. Grayscale: #2D2D2D. Windows color (decimal): -8060127 or 2163589. OLE color: 2163589.

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

Color convert

RGB 133 3 33 -
CMYK 0 0.98 0.75 0.48
HSL 346.15º 0.96% 0.27% -
HSV(B) 346.15º 0.98% 0.52% -
XYZ 9.98 5.16 1.91 -
YUV 45.29 121.07 190.56 -
System Red Green Blue C M Y K H S L
Decimal 133 3 33 0 0.98 0.75 0.48 346.15 0.96 0.27
Hex 85 3 21 0 62 4B 30 15A 60 1B
Octal 205 3 41 0 142 113 60 532 140 33
Binary 10000101 11 100001 0 1100010 1001011 110000 101011010 1100000 11011

Color Harmonies of #850321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850321

Black with #850321

Text Example


Text Example

White with #850321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850321; }

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

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

background-color css

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

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

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

border-color css

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

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

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