#872F55

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

Shades of Rose Bud Cherry #872F55

Tints of Rose Bud Cherry #872F55

Color information

#872F55 (or 0x872F55) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2F and 55. RGB value is (135,47,85). Sum of RGB (Red+Green+Blue) = 135+47+85=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #872F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F55 is #78D0AA. Grayscale: #4D4D4D. Windows color (decimal): -7917739 or 5582727. OLE color: 5582727.

HSL color Cylindrical-coordinate representation of color #872F55: hue angle of 334.09º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F55 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1354785-
CMYK00.650.370.47
HSL334.09º48.35%35.69%-
HSV(B)334.09º65.19%52.94%-
XYZ12.657.849.44-
YUV77.64132.15168.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=50.56%
G=17.60%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135478500.650.370.47334.0948.3535.69
Hex872F55041252F14e3024
Octal20757125010145575166044
Binary10000111101111101010101000001100101101111101001110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F55; }

 p { color: rgb(135,47,85); }

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

<style>
 a { background-color: #872F55; }

 a { background-color: rgb(135,47,85); }

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

<style>
 span { border-color: #872F55; }

 span { border-color: rgb(135,47,85); }

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