#871E4E

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

Shades of Rose Bud Cherry #871E4E

Tints of Rose Bud Cherry #871E4E

Color information

#871E4E (or 0x871E4E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1E and 4E. RGB value is (135,30,78). Sum of RGB (Red+Green+Blue) = 135+30+78=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #871E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871E4E is #78E1B1. Grayscale: #424242. Windows color (decimal): -7922098 or 5119623. OLE color: 5119623.

HSL color Cylindrical-coordinate representation of color #871E4E: hue angle of 332.57º 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 #871E4E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1353078-
CMYK00.780.420.47
HSL332.57º63.64%32.35%-
HSV(B)332.57º77.78%52.94%-
XYZ11.836.637.86-
YUV66.87134.29176.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=55.56%
G=12.35%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135307800.780.420.47332.5763.6432.35
Hex871E4E04E2A2F14d4020
Octal207361160116525751510040
Binary10000111111101001110010011101010101011111010011011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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