#88385D

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

Shades of Rose Bud Cherry #88385D

Tints of Rose Bud Cherry #88385D

Color information

#88385D (or 0x88385D) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 38 and 5D. RGB value is (136,56,93). Sum of RGB (Red+Green+Blue) = 136+56+93=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88385D is #77C7A2. Grayscale: #545454. Windows color (decimal): -7849891 or 6109320. OLE color: 6109320.

HSL color Cylindrical-coordinate representation of color #88385D: hue angle of 332.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88385D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1365693-
CMYK00.590.320.47
HSL332.25º41.67%37.65%-
HSV(B)332.25º58.82%53.33%-
XYZ13.548.8511.35-
YUV84.14133164.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=47.72%
G=19.65%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136569300.590.320.47332.2541.6737.65
Hex88385D03B202F14c2a26
Octal2107013507340575145246
Binary1000100011100010111010111011100000101111101001100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88385D; }

 p { color: rgb(136,56,93); }

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

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

 a { background-color: rgb(136,56,93); }

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

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

 span { border-color: rgb(136,56,93); }

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