Html Css Color HEX #89314B Disco

📋 copy color: '#89314B'

red 137 ◦ green 49 ◦ blue 75

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

Shades of Disco #89314B

Tints of Disco #89314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.77%

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

R = 52.49%
G = 18.77%
B = 28.74%

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

#89314B (or 0x89314B) is known color: Disco. HEX triplet: 89, 31 and 4B. RGB value is (137,49,75). Sum of RGB (Red+Green+Blue) = 137+49+75=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89314B is #76CEB4. Grayscale: #4E4E4E. Windows color (decimal): -7786165 or 4927881. OLE color: 4927881.

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

Color convert

RGB 137 49 75 -
CMYK 0 0.64 0.45 0.46
HSL 342.27º 0.47% 0.36% -
HSV(B) 342.27º 0.64% 0.54% -
XYZ 12.68 8.02 7.54 -
YUV 78.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 137 49 75 0 0.64 0.45 0.46 342.27 0.47 0.36
Hex 89 31 4B 0 40 2D 2E 156 2F 24
Octal 211 61 113 0 100 55 56 526 57 44
Binary 10001001 110001 1001011 0 1000000 101101 101110 101010110 101111 100100

Color Harmonies of #89314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89314B

Black with #89314B

Text Example


Text Example

White with #89314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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