Html Css Color HEX #850217 Burgundy

📋 copy color: '#850217'

red 133 ◦ green 2 ◦ blue 23

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

Shades of Burgundy #850217

Tints of Burgundy #850217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.56%

R = 84.18%
G = 1.27%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#850217 (or 0x850217) is known color: Burgundy. HEX triplet: 85, 02 and 17. RGB value is (133,2,23). Sum of RGB (Red+Green+Blue) = 133+2+23=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850217 is #7AFDE8. Grayscale: #2B2B2B. Windows color (decimal): -8060393 or 1507973. OLE color: 1507973.

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

Color convert

RGB 133 2 23 -
CMYK 0 0.98 0.83 0.48
HSL 350.38º 0.97% 0.26% -
HSV(B) 350.38º 0.98% 0.52% -
XYZ 9.85 5.09 1.27 -
YUV 43.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 133 2 23 0 0.98 0.83 0.48 350.38 0.97 0.26
Hex 85 2 17 0 62 53 30 15E 61 1A
Octal 205 2 27 0 142 123 60 536 141 32
Binary 10000101 10 10111 0 1100010 1010011 110000 101011110 1100001 11010

Color Harmonies of #850217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850217

Black with #850217

Text Example


Text Example

White with #850217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850217; }

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

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

background-color css

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

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

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

border-color css

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

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

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