Html Css Color HEX #850115 Burgundy

📋 copy color: '#850115'

red 133 ◦ green 1 ◦ blue 21

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

Shades of Burgundy #850115

Tints of Burgundy #850115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.55%

R = 85.81%
G = 0.65%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#850115 (or 0x850115) is known color: Burgundy. HEX triplet: 85, 01 and 15. RGB value is (133,1,21). Sum of RGB (Red+Green+Blue) = 133+1+21=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #850115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850115 is #7AFEEA. Grayscale: #2A2A2A. Windows color (decimal): -8060651 or 1376645. OLE color: 1376645.

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

Color convert

RGB 133 1 21 -
CMYK 0 0.99 0.84 0.48
HSL 350.91º 0.99% 0.26% -
HSV(B) 350.91º 0.99% 0.52% -
XYZ 9.82 5.06 1.17 -
YUV 42.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 133 1 21 0 0.99 0.84 0.48 350.91 0.99 0.26
Hex 85 1 15 0 63 54 30 15F 63 1A
Octal 205 1 25 0 143 124 60 537 143 32
Binary 10000101 1 10101 0 1100011 1010100 110000 101011111 1100011 11010

Color Harmonies of #850115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850115

Black with #850115

Text Example


Text Example

White with #850115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850115; }

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

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

background-color css

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

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

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

border-color css

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

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

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