Html Css Color HEX #850519 Burgundy

📋 copy color: '#850519'

red 133 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #850519

Tints of Burgundy #850519

RGB

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

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

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

R = 81.6%
G = 3.07%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#850519 (or 0x850519) is known color: Burgundy. HEX triplet: 85, 05 and 19. RGB value is (133,5,25). Sum of RGB (Red+Green+Blue) = 133+5+25=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #850519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850519 is #7AFAE6. Grayscale: #2D2D2D. Windows color (decimal): -8059623 or 1639813. OLE color: 1639813.

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

Color convert

RGB 133 5 25 -
CMYK 0 0.96 0.81 0.48
HSL 350.63º 0.93% 0.27% -
HSV(B) 350.63º 0.96% 0.52% -
XYZ 9.9 5.17 1.39 -
YUV 45.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 133 5 25 0 0.96 0.81 0.48 350.63 0.93 0.27
Hex 85 5 19 0 60 51 30 15F 5D 1B
Octal 205 5 31 0 140 121 60 537 135 33
Binary 10000101 101 11001 0 1100000 1010001 110000 101011111 1011101 11011

Color Harmonies of #850519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850519

Black with #850519

Text Example


Text Example

White with #850519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850519; }

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

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

background-color css

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

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

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

border-color css

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

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

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