#88365C

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

Shades of Rose Bud Cherry #88365C

Tints of Rose Bud Cherry #88365C

Color information

#88365C (or 0x88365C) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 36 and 5C. RGB value is (136,54,92). Sum of RGB (Red+Green+Blue) = 136+54+92=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88365C is #77C9A3. Grayscale: #525252. Windows color (decimal): -7850404 or 6043272. OLE color: 6043272.

HSL color Cylindrical-coordinate representation of color #88365C: hue angle of 332.2º 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 #88365C is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1365492-
CMYK00.600.320.47
HSL332.2º43.16%37.25%-
HSV(B)332.2º60.29%53.33%-
XYZ13.48.6511.09-
YUV82.85133.17165.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=48.23%
G=19.15%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136549200.600.320.47332.243.1637.25
Hex88365C03C202F14c2b25
Octal2106613407440575145345
Binary1000100011011010111000111100100000101111101001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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