Html Css Color HEX #893050 Disco

📋 copy color: '#893050'

red 137 ◦ green 48 ◦ blue 80

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

Shades of Disco #893050

Tints of Disco #893050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 51.7%
G = 18.11%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#893050 (or 0x893050) is known color: Disco. HEX triplet: 89, 30 and 50. RGB value is (137,48,80). Sum of RGB (Red+Green+Blue) = 137+48+80=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #893050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893050 is #76CFAF. Grayscale: #4E4E4E. Windows color (decimal): -7786416 or 5255305. OLE color: 5255305.

HSL color Cylindrical-coordinate representation of color #893050: hue angle of 338.43º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893050 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 80 -
CMYK 0 0.65 0.42 0.46
HSL 338.43º 0.48% 0.36% -
HSV(B) 338.43º 0.65% 0.54% -
XYZ 12.82 8.01 8.46 -
YUV 78.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 137 48 80 0 0.65 0.42 0.46 338.43 0.48 0.36
Hex 89 30 50 0 41 2A 2E 152 30 24
Octal 211 60 120 0 101 52 56 522 60 44
Binary 10001001 110000 1010000 0 1000001 101010 101110 101010010 110000 100100

Color Harmonies of #893050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893050

Black with #893050

Text Example


Text Example

White with #893050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893050; }

 p { color: rgb(137,48,80); }

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

background-color css

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

 a { background-color: rgb(137,48,80); }

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

border-color css

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

 span { border-color: rgb(137,48,80); }

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