#892D4F

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

Shades of Disco #892D4F

Tints of Disco #892D4F

Color information

#892D4F (or 0x892D4F) is unknown color: approx Disco. HEX triplet: 89, 2D and 4F. RGB value is (137,45,79). Sum of RGB (Red+Green+Blue) = 137+45+79=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #892D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D4F is #76D2B0. Grayscale: #4C4C4C. Windows color (decimal): -7787185 or 5189001. OLE color: 5189001.

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

Color convert

RGB1374579-
CMYK00.670.420.46
HSL337.83º50.55%35.69%-
HSV(B)337.83º67.15%53.73%-
XYZ12.677.768.23-
YUV76.38129.48171.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=52.49%
G=17.24%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137457900.670.420.46337.8350.5535.69
Hex892D4F0432A2E1523324
Octal21155117010352565226344
Binary10001001101101100111101000011101010101110101010010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892D4F; }

 p { color: rgb(137,45,79); }

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

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

 a { background-color: rgb(137,45,79); }

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

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

 span { border-color: rgb(137,45,79); }

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