#872B4A

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

Shades of Disco #872B4A

Tints of Disco #872B4A

Color information

#872B4A (or 0x872B4A) is unknown color: approx Disco. HEX triplet: 87, 2B and 4A. RGB value is (135,43,74). Sum of RGB (Red+Green+Blue) = 135+43+74=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #872B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B4A is #78D4B5. Grayscale: #4A4A4A. Windows color (decimal): -7918774 or 4860807. OLE color: 4860807.

HSL color Cylindrical-coordinate representation of color #872B4A: hue angle of 339.78º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872B4A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1354374-
CMYK00.680.450.47
HSL339.78º51.69%34.9%-
HSV(B)339.78º68.15%52.94%-
XYZ12.097.377.26-
YUV74.04127.98171.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=53.57%
G=17.06%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135437400.680.450.47339.7851.6934.9
Hex872B4A0442D2F1543423
Octal20753112010455575246443
Binary10000111101011100101001000100101101101111101010100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872B4A; }

 p { color: rgb(135,43,74); }

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

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

 a { background-color: rgb(135,43,74); }

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

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

 span { border-color: rgb(135,43,74); }

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