#88355A

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

Shades of Rose Bud Cherry #88355A

Tints of Rose Bud Cherry #88355A

Color information

#88355A (or 0x88355A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 35 and 5A. RGB value is (136,53,90). Sum of RGB (Red+Green+Blue) = 136+53+90=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88355A is #77CAA5. Grayscale: #515151. Windows color (decimal): -7850662 or 5911944. OLE color: 5911944.

HSL color Cylindrical-coordinate representation of color #88355A: hue angle of 333.25º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88355A is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1365390-
CMYK00.610.340.47
HSL333.25º43.92%37.06%-
HSV(B)333.25º61.03%53.33%-
XYZ13.278.5210.62-
YUV82.04132.5166.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=48.75%
G=19.00%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136539000.610.340.47333.2543.9237.06
Hex88355A03D222F14d2c25
Octal2106513207542575155445
Binary1000100011010110110100111101100010101111101001101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88355A; }

 p { color: rgb(136,53,90); }

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

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

 a { background-color: rgb(136,53,90); }

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

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

 span { border-color: rgb(136,53,90); }

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