Html Css Color HEX #89254B Disco

📋 copy color: '#89254B'

red 137 ◦ green 37 ◦ blue 75

#89254B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #89254B

Tints of Disco #89254B

RGB

 RED value IS 137 (53.91% from 255) = 55.02%

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 75 (29.69% from 255) = 30.12%

R = 55.02%
G = 14.86%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89254B (or 0x89254B) is known color: Disco. HEX triplet: 89, 25 and 4B. RGB value is (137,37,75). Sum of RGB (Red+Green+Blue) = 137+37+75=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89254B is #76DAB4. Grayscale: #474747. Windows color (decimal): -7789237 or 4924809. OLE color: 4924809.

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

Color convert

RGB 137 37 75 -
CMYK 0 0.73 0.45 0.46
HSL 337.2º 0.57% 0.34% -
HSV(B) 337.2º 0.73% 0.54% -
XYZ 12.25 7.15 7.39 -
YUV 71.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 137 37 75 0 0.73 0.45 0.46 337.2 0.57 0.34
Hex 89 25 4B 0 49 2D 2E 151 39 22
Octal 211 45 113 0 111 55 56 521 71 42
Binary 10001001 100101 1001011 0 1001001 101101 101110 101010001 111001 100010

Color Harmonies of #89254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89254B

Black with #89254B

Text Example


Text Example

White with #89254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89254B;
 }
 .AnyTagClassName
 {
   color: #89254B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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