Html Css Color HEX #893149 Disco

📋 copy color: '#893149'

red 137 ◦ green 49 ◦ blue 73

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

Shades of Disco #893149

Tints of Disco #893149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 52.9%
G = 18.92%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#893149 (or 0x893149) is known color: Disco. HEX triplet: 89, 31 and 49. RGB value is (137,49,73). Sum of RGB (Red+Green+Blue) = 137+49+73=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893149 is #76CEB6. Grayscale: #4E4E4E. Windows color (decimal): -7786167 or 4796809. OLE color: 4796809.

HSL color Cylindrical-coordinate representation of color #893149: hue angle of 343.64º 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 #893149 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 49 73 -
CMYK 0 0.64 0.47 0.46
HSL 343.64º 0.47% 0.36% -
HSV(B) 343.64º 0.64% 0.54% -
XYZ 12.62 8 7.18 -
YUV 78.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 137 49 73 0 0.64 0.47 0.46 343.64 0.47 0.36
Hex 89 31 49 0 40 2F 2E 158 2F 24
Octal 211 61 111 0 100 57 56 530 57 44
Binary 10001001 110001 1001001 0 1000000 101111 101110 101011000 101111 100100

Color Harmonies of #893149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893149

Black with #893149

Text Example


Text Example

White with #893149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893149; }

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

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

background-color css

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

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

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

border-color css

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

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

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