#892140

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

Shades of Disco #892140

Tints of Disco #892140

Color information

#892140 (or 0x892140) is unknown color: approx Disco. HEX triplet: 89, 21 and 40. RGB value is (137,33,64). Sum of RGB (Red+Green+Blue) = 137+33+64=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #892140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892140 is #76DEBF. Grayscale: #434343. Windows color (decimal): -7790272 or 4202889. OLE color: 4202889.

HSL color Cylindrical-coordinate representation of color #892140: hue angle of 342.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892140 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1373364-
CMYK00.760.530.46
HSL342.12º61.18%33.33%-
HSV(B)342.12º75.91%53.73%-
XYZ11.796.785.54-
YUV67.63125.96177.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.55%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=58.55%
G=14.10%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137336400.760.530.46342.1261.1833.33
Hex89214004C352E1563d21
Octal21141100011465565267541
Binary10001001100001100000001001100110101101110101010110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892140; }

 p { color: rgb(137,33,64); }

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

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

 a { background-color: rgb(137,33,64); }

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

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

 span { border-color: rgb(137,33,64); }

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