#893852

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

Shades of Disco #893852

Tints of Disco #893852

Color information

#893852 (or 0x893852) is unknown color: approx Disco. HEX triplet: 89, 38 and 52. RGB value is (137,56,82). Sum of RGB (Red+Green+Blue) = 137+56+82=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #893852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893852 is #76C7AD. Grayscale: #535353. Windows color (decimal): -7784366 or 5388425. OLE color: 5388425.

HSL color Cylindrical-coordinate representation of color #893852: hue angle of 340.74º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893852 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1375682-
CMYK00.590.400.46
HSL340.74º41.97%37.84%-
HSV(B)340.74º59.12%53.73%-
XYZ13.258.768.97-
YUV83.18127.34166.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=49.82%
G=20.36%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137568200.590.400.46340.7441.9737.84
Hex89385203B282E1552a26
Octal2117012207350565255246
Binary1000100111100010100100111011101000101110101010101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893852; }

 p { color: rgb(137,56,82); }

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

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

 a { background-color: rgb(137,56,82); }

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

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

 span { border-color: rgb(137,56,82); }

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