#892C4E

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

Shades of Disco #892C4E

Tints of Disco #892C4E

Color information

#892C4E (or 0x892C4E) is unknown color: approx Disco. HEX triplet: 89, 2C and 4E. RGB value is (137,44,78). Sum of RGB (Red+Green+Blue) = 137+44+78=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #892C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C4E is #76D3B1. Grayscale: #4B4B4B. Windows color (decimal): -7787442 or 5123209. OLE color: 5123209.

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

Color convert

RGB1374478-
CMYK00.680.430.46
HSL338.06º51.38%35.49%-
HSV(B)338.06º67.88%53.73%-
XYZ12.597.678.02-
YUV75.68129.31171.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=52.90%
G=16.99%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137447800.680.430.46338.0651.3835.49
Hex892C4E0442B2E1523323
Octal21154116010453565226343
Binary10001001101100100111001000100101011101110101010010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,44,78); }

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

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

 a { background-color: rgb(137,44,78); }

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

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

 span { border-color: rgb(137,44,78); }

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