#87194F

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

Shades of Rose Bud Cherry #87194F

Tints of Rose Bud Cherry #87194F

Color information

#87194F (or 0x87194F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 19 and 4F. RGB value is (135,25,79). Sum of RGB (Red+Green+Blue) = 135+25+79=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #87194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87194F is #78E6B0. Grayscale: #3F3F3F. Windows color (decimal): -7923377 or 5183879. OLE color: 5183879.

HSL color Cylindrical-coordinate representation of color #87194F: hue angle of 330.55º 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 #87194F is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1352579-
CMYK00.810.410.47
HSL330.55º68.75%31.37%-
HSV(B)330.55º81.48%52.94%-
XYZ11.756.418.02-
YUV64.05136.44178.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=56.49%
G=10.46%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135257900.810.410.47330.5568.7531.37
Hex87194F051292F14b451f
Octal207311170121515751310537
Binary1000011111001100111101010001101001101111101001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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