#87194D

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

Shades of Rose Bud Cherry #87194D

Tints of Rose Bud Cherry #87194D

Color information

#87194D (or 0x87194D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 19 and 4D. RGB value is (135,25,77). Sum of RGB (Red+Green+Blue) = 135+25+77=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #87194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87194D is #78E6B2. Grayscale: #3F3F3F. Windows color (decimal): -7923379 or 5052807. OLE color: 5052807.

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

Color convert

RGB1352577-
CMYK00.810.430.47
HSL331.64º68.75%31.37%-
HSV(B)331.64º81.48%52.94%-
XYZ11.686.387.64-
YUV63.82135.44178.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=56.96%
G=10.55%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135257700.810.430.47331.6468.7531.37
Hex87194D0512B2F14c451f
Octal207311150121535751410537
Binary1000011111001100110101010001101011101111101001100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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