#872241

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

Shades of Disco #872241

Tints of Disco #872241

Color information

#872241 (or 0x872241) is unknown color: approx Disco. HEX triplet: 87, 22 and 41. RGB value is (135,34,65). Sum of RGB (Red+Green+Blue) = 135+34+65=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #872241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872241 is #78DDBE. Grayscale: #434343. Windows color (decimal): -7921087 or 4268679. OLE color: 4268679.

HSL color Cylindrical-coordinate representation of color #872241: hue angle of 341.58º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872241 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1353465-
CMYK00.750.520.47
HSL341.58º59.76%33.14%-
HSV(B)341.58º74.81%52.94%-
XYZ11.526.685.68-
YUV67.73126.46175.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=57.69%
G=14.53%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135346500.750.520.47341.5859.7633.14
Hex87224104B342F1563c21
Octal20742101011364575267441
Binary10000111100010100000101001011110100101111101010110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872241; }

 p { color: rgb(135,34,65); }

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

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

 a { background-color: rgb(135,34,65); }

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

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

 span { border-color: rgb(135,34,65); }

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