#88365A

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

Shades of Rose Bud Cherry #88365A

Tints of Rose Bud Cherry #88365A

Color information

#88365A (or 0x88365A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 36 and 5A. RGB value is (136,54,90). Sum of RGB (Red+Green+Blue) = 136+54+90=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88365A is #77C9A5. Grayscale: #525252. Windows color (decimal): -7850406 or 5912200. OLE color: 5912200.

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

Color convert

RGB1365490-
CMYK00.600.340.47
HSL333.66º43.16%37.25%-
HSV(B)333.66º60.29%53.33%-
XYZ13.328.6110.63-
YUV82.62132.17166.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=48.57%
G=19.29%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136549000.600.340.47333.6643.1637.25
Hex88365A03C222F14e2b25
Octal2106613207442575165345
Binary1000100011011010110100111100100010101111101001110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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