#873C58

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

Shades of Rose Bud Cherry #873C58

Tints of Rose Bud Cherry #873C58

Color information

#873C58 (or 0x873C58) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 3C and 58. RGB value is (135,60,88). Sum of RGB (Red+Green+Blue) = 135+60+88=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #873C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C58 is #78C3A7. Grayscale: #555555. Windows color (decimal): -7914408 or 5782663. OLE color: 5782663.

HSL color Cylindrical-coordinate representation of color #873C58: hue angle of 337.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C58 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1356088-
CMYK00.560.350.47
HSL337.6º38.46%38.24%-
HSV(B)337.6º55.56%52.94%-
XYZ13.379.0910.28-
YUV85.62129.35163.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=47.70%
G=21.20%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135608800.560.350.47337.638.4638.24
Hex873C58038232F1522626
Octal2077413007043575224646
Binary1000011111110010110000111000100011101111101010010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873C58; }

 p { color: rgb(135,60,88); }

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

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

 a { background-color: rgb(135,60,88); }

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

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

 span { border-color: rgb(135,60,88); }

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