#88225A

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

Shades of Rose Bud Cherry #88225A

Tints of Rose Bud Cherry #88225A

Color information

#88225A (or 0x88225A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 22 and 5A. RGB value is (136,34,90). Sum of RGB (Red+Green+Blue) = 136+34+90=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #88225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88225A is #77DDA5. Grayscale: #464646. Windows color (decimal): -7855526 or 5907080. OLE color: 5907080.

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

Color convert

RGB1363490-
CMYK00.750.340.47
HSL327.06º60%33.33%-
HSV(B)327.06º75%53.33%-
XYZ12.577.1210.38-
YUV70.88138.79174.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=52.31%
G=13.08%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136349000.750.340.47327.066033.33
Hex88225A04B222F1473c21
Octal21042132011342575077441
Binary10001000100010101101001001011100010101111101000111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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