#872B4B

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

Shades of Disco #872B4B

Tints of Disco #872B4B

Color information

#872B4B (or 0x872B4B) is unknown color: approx Disco. HEX triplet: 87, 2B and 4B. RGB value is (135,43,75). Sum of RGB (Red+Green+Blue) = 135+43+75=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #872B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B4B is #78D4B4. Grayscale: #4A4A4A. Windows color (decimal): -7918773 or 4926343. OLE color: 4926343.

HSL color Cylindrical-coordinate representation of color #872B4B: hue angle of 339.13º 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 #872B4B is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1354375-
CMYK00.680.440.47
HSL339.13º51.69%34.9%-
HSV(B)339.13º68.15%52.94%-
XYZ12.137.397.44-
YUV74.16128.48171.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 43 (17.19% from 255) = 17.00%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=53.36%
G=17.00%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135437500.680.440.47339.1351.6934.9
Hex872B4B0442C2F1533423
Octal20753113010454575236443
Binary10000111101011100101101000100101100101111101010011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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