#88345A

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

Shades of Rose Bud Cherry #88345A

Tints of Rose Bud Cherry #88345A

Color information

#88345A (or 0x88345A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 34 and 5A. RGB value is (136,52,90). Sum of RGB (Red+Green+Blue) = 136+52+90=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88345A is #77CBA5. Grayscale: #515151. Windows color (decimal): -7850918 or 5911688. OLE color: 5911688.

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

Color convert

RGB1365290-
CMYK00.620.340.47
HSL332.86º44.68%36.86%-
HSV(B)332.86º61.76%53.33%-
XYZ13.238.4310.6-
YUV81.45132.83166.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=48.92%
G=18.71%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136529000.620.340.47332.8644.6836.86
Hex88345A03E222F14d2d25
Octal2106413207642575155545
Binary1000100011010010110100111110100010101111101001101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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