#892749

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

Shades of Disco #892749

Tints of Disco #892749

Color information

#892749 (or 0x892749) is unknown color: approx Disco. HEX triplet: 89, 27 and 49. RGB value is (137,39,73). Sum of RGB (Red+Green+Blue) = 137+39+73=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #892749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892749 is #76D8B6. Grayscale: #484848. Windows color (decimal): -7788727 or 4794249. OLE color: 4794249.

HSL color Cylindrical-coordinate representation of color #892749: hue angle of 339.18º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892749 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1373973-
CMYK00.720.470.46
HSL339.18º55.68%34.51%-
HSV(B)339.18º71.53%53.73%-
XYZ12.247.257.06-
YUV72.18128.47174.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=55.02%
G=15.66%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137397300.720.470.46339.1855.6834.51
Hex8927490482F2E1533823
Octal21147111011057565237043
Binary10001001100111100100101001000101111101110101010011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892749; }

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

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

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

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

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

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

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

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