#850927

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

Shades of Burgundy #850927

Tints of Burgundy #850927

Color information

#850927 (or 0x850927) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 27. RGB value is (133,9,39). Sum of RGB (Red+Green+Blue) = 133+9+39=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #850927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850927 is #7AF6D8. Grayscale: #313131. Windows color (decimal): -8058585 or 2558341. OLE color: 2558341.

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

Color convert

RGB133939-
CMYK00.930.710.48
HSL345.48º87.32%27.84%-
HSV(B)345.48º93.23%52.16%-
XYZ10.145.332.41-
YUV49.5122.08187.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=73.48%
G=4.97%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13393900.930.710.48345.4887.3227.84
Hex8592705D4730159571c
Octal205114701351076053112734
Binary100001011001100111010111011000111110000101011001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850927; }

 p { color: rgb(133,9,39); }

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

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

 a { background-color: rgb(133,9,39); }

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

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

 span { border-color: rgb(133,9,39); }

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