Html Css Color HEX #850013 Burgundy

📋 copy color: '#850013'

red 133 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #850013

Tints of Burgundy #850013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 87.5%
G = 0%
B = 12.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850013 (or 0x850013) is known color: Burgundy. HEX triplet: 85, 00 and 13. RGB value is (133,0,19). Sum of RGB (Red+Green+Blue) = 133+0+19=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850013 is #7AFFEC. Grayscale: #292929. Windows color (decimal): -8060909 or 1245317. OLE color: 1245317.

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

Color convert

RGB 133 0 19 -
CMYK 0 1 0.86 0.48
HSL 351.43º 1% 0.26% -
HSV(B) 351.43º 1% 0.52% -
XYZ 9.79 5.03 1.07 -
YUV 41.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 133 0 19 0 1 0.86 0.48 351.43 1 0.26
Hex 85 0 13 0 64 56 30 15F 64 1A
Octal 205 0 23 0 144 126 60 537 144 32
Binary 10000101 0 10011 0 1100100 1010110 110000 101011111 1100100 11010

Color Harmonies of #850013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850013

Black with #850013

Text Example


Text Example

White with #850013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850013; }

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

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

background-color css

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

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

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

border-color css

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

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

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