Html Css Color HEX #893249 Disco

📋 copy color: '#893249'

red 137 ◦ green 50 ◦ blue 73

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

Shades of Disco #893249

Tints of Disco #893249

RGB

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

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

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

R = 52.69%
G = 19.23%
B = 28.08%

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

#893249 (or 0x893249) is known color: Disco. HEX triplet: 89, 32 and 49. RGB value is (137,50,73). Sum of RGB (Red+Green+Blue) = 137+50+73=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #893249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893249 is #76CDB6. Grayscale: #4E4E4E. Windows color (decimal): -7785911 or 4797065. OLE color: 4797065.

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

Color convert

RGB 137 50 73 -
CMYK 0 0.64 0.47 0.46
HSL 344.14º 0.47% 0.37% -
HSV(B) 344.14º 0.64% 0.54% -
XYZ 12.66 8.08 7.2 -
YUV 78.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 137 50 73 0 0.64 0.47 0.46 344.14 0.47 0.37
Hex 89 32 49 0 40 2F 2E 158 2F 25
Octal 211 62 111 0 100 57 56 530 57 45
Binary 10001001 110010 1001001 0 1000000 101111 101110 101011000 101111 100101

Color Harmonies of #893249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893249

Black with #893249

Text Example


Text Example

White with #893249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893249; }

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

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

background-color css

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

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

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

border-color css

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

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

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