#88225B

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

Shades of Rose Bud Cherry #88225B

Tints of Rose Bud Cherry #88225B

Color information

#88225B (or 0x88225B) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 22 and 5B. RGB value is (136,34,91). Sum of RGB (Red+Green+Blue) = 136+34+91=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88225B is #77DDA4. Grayscale: #464646. Windows color (decimal): -7855525 or 5972616. OLE color: 5972616.

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

Color convert

RGB1363491-
CMYK00.750.330.47
HSL326.47º60%33.33%-
HSV(B)326.47º75%53.33%-
XYZ12.617.1310.61-
YUV71139.29174.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=52.11%
G=13.03%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136349100.750.330.47326.476033.33
Hex88225B04B212F1463c21
Octal21042133011341575067441
Binary10001000100010101101101001011100001101111101000110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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