Html Css Color HEX #850119 Burgundy

📋 copy color: '#850119'

red 133 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #850119

Tints of Burgundy #850119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 83.65%
G = 0.63%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#850119 (or 0x850119) is known color: Burgundy. HEX triplet: 85, 01 and 19. RGB value is (133,1,25). Sum of RGB (Red+Green+Blue) = 133+1+25=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #850119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850119 is #7AFEE6. Grayscale: #2B2B2B. Windows color (decimal): -8060647 or 1638789. OLE color: 1638789.

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

Color convert

RGB 133 1 25 -
CMYK 0 0.99 0.81 0.48
HSL 349.09º 0.99% 0.26% -
HSV(B) 349.09º 0.99% 0.52% -
XYZ 9.86 5.08 1.38 -
YUV 43.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 133 1 25 0 0.99 0.81 0.48 349.09 0.99 0.26
Hex 85 1 19 0 63 51 30 15D 63 1A
Octal 205 1 31 0 143 121 60 535 143 32
Binary 10000101 1 11001 0 1100011 1010001 110000 101011101 1100011 11010

Color Harmonies of #850119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850119

Black with #850119

Text Example


Text Example

White with #850119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850119; }

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

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

background-color css

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

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

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

border-color css

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

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

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