#893047

Color #893047 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #893047

Tints of Disco #893047

Color information

#893047 (or 0x893047) is unknown color: approx Disco. HEX triplet: 89, 30 and 47. RGB value is (137,48,71). Sum of RGB (Red+Green+Blue) = 137+48+71=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893047 is #76CFB8. Grayscale: #4D4D4D. Windows color (decimal): -7786425 or 4665481. OLE color: 4665481.

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

Color convert

RGB1374871-
CMYK00.650.480.46
HSL344.49º48.11%36.27%-
HSV(B)344.49º64.96%53.73%-
XYZ12.517.896.82-
YUV77.23124.49170.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=53.52%
G=18.75%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137487100.650.480.46344.4948.1136.27
Hex893047041302E1583024
Octal21160107010160565306044
Binary10001001110000100011101000001110000101110101011000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893047; }

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

 H1.HeaderClassName
 {
   color: #893047;
 }
 .AnyTagClassName
 {
   color: #893047;
 }
</style>
background-color css

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

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

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

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

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

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