#872B42

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

Shades of Disco #872B42

Tints of Disco #872B42

Color information

#872B42 (or 0x872B42) is unknown color: approx Disco. HEX triplet: 87, 2B and 42. RGB value is (135,43,66). Sum of RGB (Red+Green+Blue) = 135+43+66=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #872B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B42 is #78D4BD. Grayscale: #494949. Windows color (decimal): -7918782 or 4336519. OLE color: 4336519.

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

Color convert

RGB1354366-
CMYK00.680.510.47
HSL345º51.69%34.9%-
HSV(B)345º68.15%52.94%-
XYZ11.847.275.93-
YUV73.13123.98172.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=55.33%
G=17.62%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135436600.680.510.4734551.6934.9
Hex872B42044332F1593423
Octal20753102010463575316443
Binary10000111101011100001001000100110011101111101011001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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