#88335A

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

Shades of Rose Bud Cherry #88335A

Tints of Rose Bud Cherry #88335A

Color information

#88335A (or 0x88335A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 33 and 5A. RGB value is (136,51,90). Sum of RGB (Red+Green+Blue) = 136+51+90=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88335A is #77CCA5. Grayscale: #505050. Windows color (decimal): -7851174 or 5911432. OLE color: 5911432.

HSL color Cylindrical-coordinate representation of color #88335A: hue angle of 332.47º 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 #88335A is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1365190-
CMYK00.620.340.47
HSL332.47º45.45%36.67%-
HSV(B)332.47º62.5%53.33%-
XYZ13.188.3410.59-
YUV80.86133.16167.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=49.10%
G=18.41%
B=32.49%

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
Decimal136519000.620.340.47332.4745.4536.67
Hex88335A03E222F14c2d25
Octal2106313207642575145545
Binary1000100011001110110100111110100010101111101001100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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