#893151

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

Shades of Disco #893151

Tints of Disco #893151

Color information

#893151 (or 0x893151) is unknown color: approx Disco. HEX triplet: 89, 31 and 51. RGB value is (137,49,81). Sum of RGB (Red+Green+Blue) = 137+49+81=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #893151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893151 is #76CEAE. Grayscale: #4E4E4E. Windows color (decimal): -7786159 or 5321097. OLE color: 5321097.

HSL color Cylindrical-coordinate representation of color #893151: hue angle of 338.18º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893151 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1374981-
CMYK00.640.410.46
HSL338.18º47.31%36.47%-
HSV(B)338.18º64.23%53.73%-
XYZ12.98.118.67-
YUV78.96129.15169.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=51.31%
G=18.35%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137498100.640.410.46338.1847.3136.47
Hex893151040292E1522f24
Octal21161121010051565225744
Binary10001001110001101000101000000101001101110101010010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893151; }

 p { color: rgb(137,49,81); }

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

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

 a { background-color: rgb(137,49,81); }

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

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

 span { border-color: rgb(137,49,81); }

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