#88225F

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

Shades of Rose Bud Cherry #88225F

Tints of Rose Bud Cherry #88225F

Color information

#88225F (or 0x88225F) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 22 and 5F. RGB value is (136,34,95). Sum of RGB (Red+Green+Blue) = 136+34+95=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88225F is #77DDA0. Grayscale: #474747. Windows color (decimal): -7855521 or 6234760. OLE color: 6234760.

HSL color Cylindrical-coordinate representation of color #88225F: hue angle of 324.12º 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 #88225F is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1363495-
CMYK00.750.300.47
HSL324.12º60%33.33%-
HSV(B)324.12º75%53.33%-
XYZ12.797.211.54-
YUV71.45141.29174.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=51.32%
G=12.83%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136349500.750.300.47324.126033.33
Hex88225F04B1E2F1443c21
Octal21042137011336575047441
Binary1000100010001010111110100101111110101111101000100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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