#872F53

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

Shades of Rose Bud Cherry #872F53

Tints of Rose Bud Cherry #872F53

Color information

#872F53 (or 0x872F53) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2F and 53. RGB value is (135,47,83). Sum of RGB (Red+Green+Blue) = 135+47+83=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #872F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F53 is #78D0AC. Grayscale: #4D4D4D. Windows color (decimal): -7917741 or 5451655. OLE color: 5451655.

HSL color Cylindrical-coordinate representation of color #872F53: hue angle of 335.45º 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 #872F53 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1354783-
CMYK00.650.390.47
HSL335.45º48.35%35.69%-
HSV(B)335.45º65.19%52.94%-
XYZ12.577.819.03-
YUV77.42131.15169.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=50.94%
G=17.74%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135478300.650.390.47335.4548.3535.69
Hex872F53041272F14f3024
Octal20757123010147575176044
Binary10000111101111101001101000001100111101111101001111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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