Html Css Color HEX #850215 Burgundy

📋 copy color: '#850215'

red 133 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #850215

Tints of Burgundy #850215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

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

R = 85.26%
G = 1.28%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#850215 (or 0x850215) is known color: Burgundy. HEX triplet: 85, 02 and 15. RGB value is (133,2,21). Sum of RGB (Red+Green+Blue) = 133+2+21=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850215 is #7AFDEA. Grayscale: #2B2B2B. Windows color (decimal): -8060395 or 1376901. OLE color: 1376901.

HSL color Cylindrical-coordinate representation of color #850215: hue angle of 351.3º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850215 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 21 -
CMYK 0 0.98 0.84 0.48
HSL 351.3º 0.97% 0.26% -
HSV(B) 351.3º 0.98% 0.52% -
XYZ 9.83 5.08 1.17 -
YUV 43.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 133 2 21 0 0.98 0.84 0.48 351.3 0.97 0.26
Hex 85 2 15 0 62 54 30 15F 61 1A
Octal 205 2 25 0 142 124 60 537 141 32
Binary 10000101 10 10101 0 1100010 1010100 110000 101011111 1100001 11010

Color Harmonies of #850215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850215

Black with #850215

Text Example


Text Example

White with #850215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850215; }

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

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

background-color css

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

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

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

border-color css

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

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

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