#89244B

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

Shades of Disco #89244B

Tints of Disco #89244B

Color information

#89244B (or 0x89244B) is unknown color: approx Disco. HEX triplet: 89, 24 and 4B. RGB value is (137,36,75). Sum of RGB (Red+Green+Blue) = 137+36+75=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89244B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89244B is #76DBB4. Grayscale: #464646. Windows color (decimal): -7789493 or 4924553. OLE color: 4924553.

HSL color Cylindrical-coordinate representation of color #89244B: hue angle of 336.83º 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 #89244B is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1373675-
CMYK00.740.450.46
HSL336.83º58.38%33.92%-
HSV(B)336.83º73.72%53.73%-
XYZ12.227.097.38-
YUV70.64130.46175.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.24%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=55.24%
G=14.52%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137367500.740.450.46336.8358.3833.92
Hex89244B04A2D2E1513a22
Octal21144113011255565217242
Binary10001001100100100101101001010101101101110101010001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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