#892D4C

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

Shades of Disco #892D4C

Tints of Disco #892D4C

Color information

#892D4C (or 0x892D4C) is unknown color: approx Disco. HEX triplet: 89, 2D and 4C. RGB value is (137,45,76). Sum of RGB (Red+Green+Blue) = 137+45+76=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #892D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D4C is #76D2B3. Grayscale: #4C4C4C. Windows color (decimal): -7787188 or 4992393. OLE color: 4992393.

HSL color Cylindrical-coordinate representation of color #892D4C: hue angle of 339.78º 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 #892D4C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1374576-
CMYK00.670.450.46
HSL339.78º50.55%35.69%-
HSV(B)339.78º67.15%53.73%-
XYZ12.567.727.67-
YUV76.04127.98171.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.10%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=53.10%
G=17.44%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137457600.670.450.46339.7850.5535.69
Hex892D4C0432D2E1543324
Octal21155114010355565246344
Binary10001001101101100110001000011101101101110101010100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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