#850027

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

Shades of Burgundy #850027

Tints of Burgundy #850027

Color information

#850027 (or 0x850027) is unknown color: approx Burgundy. HEX triplet: 85, 00 and 27. RGB value is (133,0,39). Sum of RGB (Red+Green+Blue) = 133+0+39=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #850027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850027 is #7AFFD8. Grayscale: #2C2C2C. Windows color (decimal): -8060889 or 2556037. OLE color: 2556037.

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

Color convert

RGB133039-
CMYK010.710.48
HSL342.41º100%26.08%-
HSV(B)342.41º100%52.16%-
XYZ10.045.132.38-
YUV44.21125.06191.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=77.33%
G=0%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133039010.710.48342.4110026.08
Hex850270644730156641a
Octal20504701441076052614432
Binary100001010100111011001001000111110000101010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850027; }

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

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

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

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

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

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

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

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