#88245E

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

Shades of Rose Bud Cherry #88245E

Tints of Rose Bud Cherry #88245E

Color information

#88245E (or 0x88245E) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 24 and 5E. RGB value is (136,36,94). Sum of RGB (Red+Green+Blue) = 136+36+94=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88245E is #77DBA1. Grayscale: #484848. Windows color (decimal): -7855010 or 6169736. OLE color: 6169736.

HSL color Cylindrical-coordinate representation of color #88245E: hue angle of 325.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88245E is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1363694-
CMYK00.740.310.47
HSL325.2º58.14%33.73%-
HSV(B)325.2º73.53%53.33%-
XYZ12.87.311.32-
YUV72.51140.13173.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=51.13%
G=13.53%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136369400.740.310.47325.258.1433.73
Hex88245E04A1F2F1453a22
Octal21044136011237575057242
Binary1000100010010010111100100101011111101111101000101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88245E; }

 p { color: rgb(136,36,94); }

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

<style>
 a { background-color: #88245E; }

 a { background-color: rgb(136,36,94); }

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

<style>
 span { border-color: #88245E; }

 span { border-color: rgb(136,36,94); }

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