#850D27

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

Shades of Burgundy #850D27

Tints of Burgundy #850D27

Color information

#850D27 (or 0x850D27) is unknown color: approx Burgundy. HEX triplet: 85, 0D and 27. RGB value is (133,13,39). Sum of RGB (Red+Green+Blue) = 133+13+39=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #850D27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D27 is #7AF2D8. Grayscale: #333333. Windows color (decimal): -8057561 or 2559365. OLE color: 2559365.

HSL color Cylindrical-coordinate representation of color #850D27: hue angle of 347º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D27 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1331339-
CMYK00.900.710.48
HSL347º82.19%28.63%-
HSV(B)347º90.23%52.16%-
XYZ10.185.422.43-
YUV51.84120.76185.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.89%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=71.89%
G=7.03%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133900.900.710.4834782.1928.63
Hex85D2705A473015b521d
Octal205154701321076053312235
Binary100001011101100111010110101000111110000101011011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850D27; }

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

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

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

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

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

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

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

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