#87194E

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

Shades of Rose Bud Cherry #87194E

Tints of Rose Bud Cherry #87194E

Color information

#87194E (or 0x87194E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 19 and 4E. RGB value is (135,25,78). Sum of RGB (Red+Green+Blue) = 135+25+78=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #87194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87194E is #78E6B1. Grayscale: #3F3F3F. Windows color (decimal): -7923378 or 5118343. OLE color: 5118343.

HSL color Cylindrical-coordinate representation of color #87194E: hue angle of 331.09º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87194E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1352578-
CMYK00.810.420.47
HSL331.09º68.75%31.37%-
HSV(B)331.09º81.48%52.94%-
XYZ11.716.47.82-
YUV63.93135.94178.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=56.72%
G=10.50%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135257800.810.420.47331.0968.7531.37
Hex87194E0512A2F14b451f
Octal207311160121525751310537
Binary1000011111001100111001010001101010101111101001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87194E; }

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

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

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

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

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

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

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

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