#871E52

Color #871E52 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #871E52

Tints of Rose Bud Cherry #871E52

Color information

#871E52 (or 0x871E52) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1E and 52. RGB value is (135,30,82). Sum of RGB (Red+Green+Blue) = 135+30+82=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #871E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871E52 is #78E1AD. Grayscale: #434343. Windows color (decimal): -7922094 or 5381767. OLE color: 5381767.

HSL color Cylindrical-coordinate representation of color #871E52: hue angle of 330.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E52 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1353082-
CMYK00.780.390.47
HSL330.29º63.64%32.35%-
HSV(B)330.29º77.78%52.94%-
XYZ11.986.698.64-
YUV67.32136.29176.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=54.66%
G=12.15%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135308200.780.390.47330.2963.6432.35
Hex871E5204E272F14a4020
Octal207361220116475751210040
Binary10000111111101010010010011101001111011111010010101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871E52; }

 p { color: rgb(135,30,82); }

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

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

 a { background-color: rgb(135,30,82); }

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

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

 span { border-color: rgb(135,30,82); }

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