#872F5B

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

Shades of Rose Bud Cherry #872F5B

Tints of Rose Bud Cherry #872F5B

Color information

#872F5B (or 0x872F5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2F and 5B. RGB value is (135,47,91). Sum of RGB (Red+Green+Blue) = 135+47+91=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #872F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F5B is #78D0A4. Grayscale: #4E4E4E. Windows color (decimal): -7917733 or 5975943. OLE color: 5975943.

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

Color convert

RGB1354791-
CMYK00.650.330.47
HSL330º48.35%35.69%-
HSV(B)330º65.19%52.94%-
XYZ12.97.9410.75-
YUV78.33135.15168.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=49.45%
G=17.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135479100.650.330.4733048.3535.69
Hex872F5B041212F14a3024
Octal20757133010141575126044
Binary10000111101111101101101000001100001101111101001010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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