#870F4B

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

Shades of Rose Bud Cherry #870F4B

Tints of Rose Bud Cherry #870F4B

Color information

#870F4B (or 0x870F4B) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 0F and 4B. RGB value is (135,15,75). Sum of RGB (Red+Green+Blue) = 135+15+75=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #870F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F4B is #78F0B4. Grayscale: #393939. Windows color (decimal): -7925941 or 4919175. OLE color: 4919175.

HSL color Cylindrical-coordinate representation of color #870F4B: hue angle of 330º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F4B is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1351575-
CMYK00.890.440.47
HSL330º80%29.41%-
HSV(B)330º88.89%52.94%-
XYZ11.4367.21-
YUV57.72137.76183.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=60%
G=6.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135157500.890.440.473308029.41
Hex87F4B0592C2F14a501d
Octal207171130131545751212035
Binary100001111111100101101011001101100101111101001010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870F4B; }

 p { color: rgb(135,15,75); }

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

<style>
 a { background-color: #870F4B; }

 a { background-color: rgb(135,15,75); }

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

<style>
 span { border-color: #870F4B; }

 span { border-color: rgb(135,15,75); }

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