#893251

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

Shades of Disco #893251

Tints of Disco #893251

Color information

#893251 (or 0x893251) is unknown color: approx Disco. HEX triplet: 89, 32 and 51. RGB value is (137,50,81). Sum of RGB (Red+Green+Blue) = 137+50+81=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #893251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893251 is #76CDAE. Grayscale: #4F4F4F. Windows color (decimal): -7785903 or 5321353. OLE color: 5321353.

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

Color convert

RGB1375081-
CMYK00.640.410.46
HSL338.62º46.52%36.67%-
HSV(B)338.62º63.5%53.73%-
XYZ12.948.198.68-
YUV79.55128.82168.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=51.12%
G=18.66%
B=30.22%

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
Decimal137508100.640.410.46338.6246.5236.67
Hex893251040292E1532f25
Octal21162121010051565235745
Binary10001001110010101000101000000101001101110101010011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893251; }

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

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

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

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

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

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

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

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