#892748

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

Shades of Disco #892748

Tints of Disco #892748

Color information

#892748 (or 0x892748) is unknown color: approx Disco. HEX triplet: 89, 27 and 48. RGB value is (137,39,72). Sum of RGB (Red+Green+Blue) = 137+39+72=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #892748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892748 is #76D8B7. Grayscale: #484848. Windows color (decimal): -7788728 or 4728713. OLE color: 4728713.

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

Color convert

RGB1373972-
CMYK00.720.470.46
HSL339.8º55.68%34.51%-
HSV(B)339.8º71.53%53.73%-
XYZ12.217.246.88-
YUV72.06127.97174.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.24%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=55.24%
G=15.73%
B=29.03%

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
Decimal137397200.720.470.46339.855.6834.51
Hex8927480482F2E1543823
Octal21147110011057565247043
Binary10001001100111100100001001000101111101110101010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892748; }

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

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

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

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

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

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

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

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