Html Css Color HEX #850117 Burgundy

📋 copy color: '#850117'

red 133 ◦ green 1 ◦ blue 23

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

Shades of Burgundy #850117

Tints of Burgundy #850117

RGB

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

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

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

R = 84.71%
G = 0.64%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#850117 (or 0x850117) is known color: Burgundy. HEX triplet: 85, 01 and 17. RGB value is (133,1,23). Sum of RGB (Red+Green+Blue) = 133+1+23=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850117 is #7AFEE8. Grayscale: #2B2B2B. Windows color (decimal): -8060649 or 1507717. OLE color: 1507717.

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

Color convert

RGB 133 1 23 -
CMYK 0 0.99 0.83 0.48
HSL 350º 0.99% 0.26% -
HSV(B) 350º 0.99% 0.52% -
XYZ 9.84 5.07 1.27 -
YUV 42.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 133 1 23 0 0.99 0.83 0.48 350 0.99 0.26
Hex 85 1 17 0 63 53 30 15E 63 1A
Octal 205 1 27 0 143 123 60 536 143 32
Binary 10000101 1 10111 0 1100011 1010011 110000 101011110 1100011 11010

Color Harmonies of #850117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850117

Black with #850117

Text Example


Text Example

White with #850117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850117; }

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

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

background-color css

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

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

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

border-color css

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

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

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