Html Css Color HEX #850019 Burgundy

📋 copy color: '#850019'

red 133 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #850019

Tints of Burgundy #850019

RGB

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

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

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

R = 84.18%
G = 0%
B = 15.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#850019 (or 0x850019) is known color: Burgundy. HEX triplet: 85, 00 and 19. RGB value is (133,0,25). Sum of RGB (Red+Green+Blue) = 133+0+25=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850019 is #7AFFE6. Grayscale: #2A2A2A. Windows color (decimal): -8060903 or 1638533. OLE color: 1638533.

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

Color convert

RGB 133 0 25 -
CMYK 0 1 0.81 0.48
HSL 348.72º 1% 0.26% -
HSV(B) 348.72º 1% 0.52% -
XYZ 9.85 5.06 1.38 -
YUV 42.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 133 0 25 0 1 0.81 0.48 348.72 1 0.26
Hex 85 0 19 0 64 51 30 15D 64 1A
Octal 205 0 31 0 144 121 60 535 144 32
Binary 10000101 0 11001 0 1100100 1010001 110000 101011101 1100100 11010

Color Harmonies of #850019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850019

Black with #850019

Text Example


Text Example

White with #850019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850019; }

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

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

background-color css

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

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

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

border-color css

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

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

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