#850817

Color #850817 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #850817

Tints of Burgundy #850817

Color information

#850817 (or 0x850817) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 17. RGB value is (133,8,23). Sum of RGB (Red+Green+Blue) = 133+8+23=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #850817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850817 is #7AF7E8. Grayscale: #2F2F2F. Windows color (decimal): -8058857 or 1509509. OLE color: 1509509.

HSL color Cylindrical-coordinate representation of color #850817: hue angle of 352.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850817 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB133823-
CMYK00.940.830.48
HSL352.8º88.65%27.65%-
HSV(B)352.8º93.98%52.16%-
XYZ9.915.221.3-
YUV47.08114.41189.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 81.10%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=81.10%
G=4.88%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13382300.940.830.48352.888.6527.65
Hex8581705E5330161591c
Octal205102701361236054113134
Binary10000101100010111010111101010011110000101100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850817; }

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

 H1.HeaderClassName
 {
   color: #850817;
 }
 .AnyTagClassName
 {
   color: #850817;
 }
</style>
background-color css

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

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

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

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

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

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