Html Css Color HEX #850120 Burgundy

📋 copy color: '#850120'

red 133 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #850120

Tints of Burgundy #850120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 80.12%
G = 0.6%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#850120 (or 0x850120) is known color: Burgundy. HEX triplet: 85, 01 and 20. RGB value is (133,1,32). Sum of RGB (Red+Green+Blue) = 133+1+32=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #850120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850120 is #7AFEDF. Grayscale: #2C2C2C. Windows color (decimal): -8060640 or 2097541. OLE color: 2097541.

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

Color convert

RGB 133 1 32 -
CMYK 0 0.99 0.76 0.48
HSL 345.91º 0.99% 0.26% -
HSV(B) 345.91º 0.99% 0.52% -
XYZ 9.94 5.11 1.83 -
YUV 44 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 133 1 32 0 0.99 0.76 0.48 345.91 0.99 0.26
Hex 85 1 20 0 63 4C 30 15A 63 1A
Octal 205 1 40 0 143 114 60 532 143 32
Binary 10000101 1 100000 0 1100011 1001100 110000 101011010 1100011 11010

Color Harmonies of #850120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850120

Black with #850120

Text Example


Text Example

White with #850120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850120; }

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

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

background-color css

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

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

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

border-color css

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

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

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