Html Css Color HEX #850516 Burgundy

📋 copy color: '#850516'

red 133 ◦ green 5 ◦ blue 22

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

Shades of Burgundy #850516

Tints of Burgundy #850516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.75%

R = 83.13%
G = 3.13%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#850516 (or 0x850516) is known color: Burgundy. HEX triplet: 85, 05 and 16. RGB value is (133,5,22). Sum of RGB (Red+Green+Blue) = 133+5+22=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #850516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850516 is #7AFAE9. Grayscale: #2D2D2D. Windows color (decimal): -8059626 or 1443205. OLE color: 1443205.

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

Color convert

RGB 133 5 22 -
CMYK 0 0.96 0.83 0.48
HSL 352.03º 0.93% 0.27% -
HSV(B) 352.03º 0.96% 0.52% -
XYZ 9.87 5.15 1.23 -
YUV 45.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 133 5 22 0 0.96 0.83 0.48 352.03 0.93 0.27
Hex 85 5 16 0 60 53 30 160 5D 1B
Octal 205 5 26 0 140 123 60 540 135 33
Binary 10000101 101 10110 0 1100000 1010011 110000 101100000 1011101 11011

Color Harmonies of #850516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850516

Black with #850516

Text Example


Text Example

White with #850516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850516; }

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

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

background-color css

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

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

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

border-color css

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

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

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