#89284B

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

Shades of Disco #89284B

Tints of Disco #89284B

Color information

#89284B (or 0x89284B) is unknown color: approx Disco. HEX triplet: 89, 28 and 4B. RGB value is (137,40,75). Sum of RGB (Red+Green+Blue) = 137+40+75=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89284B is #76D7B4. Grayscale: #484848. Windows color (decimal): -7788469 or 4925577. OLE color: 4925577.

HSL color Cylindrical-coordinate representation of color #89284B: hue angle of 338.35º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89284B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1374075-
CMYK00.710.450.46
HSL338.35º54.8%34.71%-
HSV(B)338.35º70.8%53.73%-
XYZ12.357.347.42-
YUV72.99129.14173.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=54.37%
G=15.87%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137407500.710.450.46338.3554.834.71
Hex89284B0472D2E1523723
Octal21150113010755565226743
Binary10001001101000100101101000111101101101110101010010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89284B; }

 p { color: rgb(137,40,75); }

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

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

 a { background-color: rgb(137,40,75); }

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

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

 span { border-color: rgb(137,40,75); }

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