Html Css Color HEX #850721 Burgundy

📋 copy color: '#850721'

red 133 ◦ green 7 ◦ blue 33

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

Shades of Burgundy #850721

Tints of Burgundy #850721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

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

R = 76.88%
G = 4.05%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#850721 (or 0x850721) is known color: Burgundy. HEX triplet: 85, 07 and 21. RGB value is (133,7,33). Sum of RGB (Red+Green+Blue) = 133+7+33=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #850721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850721 is #7AF8DE. Grayscale: #2F2F2F. Windows color (decimal): -8059103 or 2164613. OLE color: 2164613.

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

Color convert

RGB 133 7 33 -
CMYK 0 0.95 0.75 0.48
HSL 347.62º 0.9% 0.27% -
HSV(B) 347.62º 0.95% 0.52% -
XYZ 10.02 5.25 1.92 -
YUV 47.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 133 7 33 0 0.95 0.75 0.48 347.62 0.9 0.27
Hex 85 7 21 0 5F 4B 30 15C 5A 1B
Octal 205 7 41 0 137 113 60 534 132 33
Binary 10000101 111 100001 0 1011111 1001011 110000 101011100 1011010 11011

Color Harmonies of #850721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850721

Black with #850721

Text Example


Text Example

White with #850721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850721; }

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

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

background-color css

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

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

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

border-color css

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

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

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