#872056

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

Shades of Rose Bud Cherry #872056

Tints of Rose Bud Cherry #872056

Color information

#872056 (or 0x872056) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 20 and 56. RGB value is (135,32,86). Sum of RGB (Red+Green+Blue) = 135+32+86=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #872056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872056 is #78DFA9. Grayscale: #444444. Windows color (decimal): -7921578 or 5644423. OLE color: 5644423.

HSL color Cylindrical-coordinate representation of color #872056: hue angle of 328.54º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872056 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1353286-
CMYK00.760.360.47
HSL328.54º61.68%32.75%-
HSV(B)328.54º76.3%52.94%-
XYZ12.196.869.49-
YUV68.95137.62175.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=53.36%
G=12.65%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135328600.760.360.47328.5461.6832.75
Hex87205604C242F1493e21
Octal20740126011444575117641
Binary10000111100000101011001001100100100101111101001001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872056; }

 p { color: rgb(135,32,86); }

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

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

 a { background-color: rgb(135,32,86); }

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

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

 span { border-color: rgb(135,32,86); }

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