Html Css Color HEX #850016 Burgundy

📋 copy color: '#850016'

red 133 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #850016

Tints of Burgundy #850016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.81%
G = 0%
B = 14.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#850016 (or 0x850016) is known color: Burgundy. HEX triplet: 85, 00 and 16. RGB value is (133,0,22). Sum of RGB (Red+Green+Blue) = 133+0+22=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #850016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850016 is #7AFFE9. Grayscale: #2A2A2A. Windows color (decimal): -8060906 or 1441925. OLE color: 1441925.

HSL color Cylindrical-coordinate representation of color #850016: hue angle of 350.08º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850016 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 22 -
CMYK 0 1 0.83 0.48
HSL 350.08º 1% 0.26% -
HSV(B) 350.08º 1% 0.52% -
XYZ 9.82 5.04 1.22 -
YUV 42.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 133 0 22 0 1 0.83 0.48 350.08 1 0.26
Hex 85 0 16 0 64 53 30 15E 64 1A
Octal 205 0 26 0 144 123 60 536 144 32
Binary 10000101 0 10110 0 1100100 1010011 110000 101011110 1100100 11010

Color Harmonies of #850016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850016

Black with #850016

Text Example


Text Example

White with #850016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850016; }

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

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

background-color css

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

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

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

border-color css

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

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

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