Html Css Color HEX #850518 Burgundy

📋 copy color: '#850518'

red 133 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #850518

Tints of Burgundy #850518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 82.1%
G = 3.09%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#850518 (or 0x850518) is known color: Burgundy. HEX triplet: 85, 05 and 18. RGB value is (133,5,24). Sum of RGB (Red+Green+Blue) = 133+5+24=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850518 is #7AFAE7. Grayscale: #2D2D2D. Windows color (decimal): -8059624 or 1574277. OLE color: 1574277.

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

Color convert

RGB 133 5 24 -
CMYK 0 0.96 0.82 0.48
HSL 351.09º 0.93% 0.27% -
HSV(B) 351.09º 0.96% 0.52% -
XYZ 9.89 5.16 1.34 -
YUV 45.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 133 5 24 0 0.96 0.82 0.48 351.09 0.93 0.27
Hex 85 5 18 0 60 52 30 15F 5D 1B
Octal 205 5 30 0 140 122 60 537 135 33
Binary 10000101 101 11000 0 1100000 1010010 110000 101011111 1011101 11011

Color Harmonies of #850518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850518

Black with #850518

Text Example


Text Example

White with #850518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850518; }

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

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

background-color css

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

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

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

border-color css

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

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

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