Html Css Color HEX #89324B Disco

📋 copy color: '#89324B'

red 137 ◦ green 50 ◦ blue 75

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

Shades of Disco #89324B

Tints of Disco #89324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

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

R = 52.29%
G = 19.08%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89324B (or 0x89324B) is known color: Disco. HEX triplet: 89, 32 and 4B. RGB value is (137,50,75). Sum of RGB (Red+Green+Blue) = 137+50+75=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89324B is #76CDB4. Grayscale: #4E4E4E. Windows color (decimal): -7785909 or 4928137. OLE color: 4928137.

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

Color convert

RGB 137 50 75 -
CMYK 0 0.64 0.45 0.46
HSL 342.76º 0.47% 0.37% -
HSV(B) 342.76º 0.64% 0.54% -
XYZ 12.73 8.11 7.55 -
YUV 78.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 137 50 75 0 0.64 0.45 0.46 342.76 0.47 0.37
Hex 89 32 4B 0 40 2D 2E 157 2F 25
Octal 211 62 113 0 100 55 56 527 57 45
Binary 10001001 110010 1001011 0 1000000 101101 101110 101010111 101111 100101

Color Harmonies of #89324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89324B

Black with #89324B

Text Example


Text Example

White with #89324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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