#892141

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

Shades of Disco #892141

Tints of Disco #892141

Color information

#892141 (or 0x892141) is unknown color: approx Disco. HEX triplet: 89, 21 and 41. RGB value is (137,33,65). Sum of RGB (Red+Green+Blue) = 137+33+65=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #892141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892141 is #76DEBE. Grayscale: #434343. Windows color (decimal): -7790271 or 4268425. OLE color: 4268425.

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

Color convert

RGB1373365-
CMYK00.760.530.46
HSL341.54º61.18%33.33%-
HSV(B)341.54º75.91%53.73%-
XYZ11.816.795.69-
YUV67.74126.46177.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=58.30%
G=14.04%
B=27.66%

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
Decimal137336500.760.530.46341.5461.1833.33
Hex89214104C352E1563d21
Octal21141101011465565267541
Binary10001001100001100000101001100110101101110101010110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892141; }

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

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

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

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

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

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

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

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