#871242

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

Shades of Disco #871242

Tints of Disco #871242

Color information

#871242 (or 0x871242) is unknown color: approx Disco. HEX triplet: 87, 12 and 42. RGB value is (135,18,66). Sum of RGB (Red+Green+Blue) = 135+18+66=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #871242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871242 is #78EDBD. Grayscale: #3A3A3A. Windows color (decimal): -7925182 or 4330119. OLE color: 4330119.

HSL color Cylindrical-coordinate representation of color #871242: hue angle of 335.38º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871242 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1351866-
CMYK00.870.510.47
HSL335.38º76.47%30%-
HSV(B)335.38º86.67%52.94%-
XYZ11.195.985.72-
YUV58.46132.26182.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=61.64%
G=8.22%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135186600.870.510.47335.3876.4730
Hex871242057332F14f4c1e
Octal207221020127635751711436
Binary1000011110010100001001010111110011101111101001111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871242; }

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

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

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

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

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

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

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

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