#89244E

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

Shades of Disco #89244E

Tints of Disco #89244E

Color information

#89244E (or 0x89244E) is unknown color: approx Disco. HEX triplet: 89, 24 and 4E. RGB value is (137,36,78). Sum of RGB (Red+Green+Blue) = 137+36+78=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89244E is #76DBB1. Grayscale: #464646. Windows color (decimal): -7789490 or 5121161. OLE color: 5121161.

HSL color Cylindrical-coordinate representation of color #89244E: hue angle of 335.05º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89244E is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1373678-
CMYK00.740.430.46
HSL335.05º58.38%33.92%-
HSV(B)335.05º73.72%53.73%-
XYZ12.327.137.93-
YUV70.99131.96175.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 36 (14.45% from 255) = 14.34%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=54.58%
G=14.34%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137367800.740.430.46335.0558.3833.92
Hex89244E04A2B2E14f3a22
Octal21144116011253565177242
Binary10001001100100100111001001010101011101110101001111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89244E; }

 p { color: rgb(137,36,78); }

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

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

 a { background-color: rgb(137,36,78); }

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

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

 span { border-color: rgb(137,36,78); }

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