#88265B

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

Shades of Rose Bud Cherry #88265B

Tints of Rose Bud Cherry #88265B

Color information

#88265B (or 0x88265B) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 26 and 5B. RGB value is (136,38,91). Sum of RGB (Red+Green+Blue) = 136+38+91=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88265B is #77D9A4. Grayscale: #494949. Windows color (decimal): -7854501 or 5973640. OLE color: 5973640.

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

Color convert

RGB1363891-
CMYK00.720.330.47
HSL327.55º56.32%34.12%-
HSV(B)327.55º72.06%53.33%-
XYZ12.737.3810.65-
YUV73.34137.97172.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=51.32%
G=14.34%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136389100.720.330.47327.5556.3234.12
Hex88265B048212F1483822
Octal21046133011041575107042
Binary10001000100110101101101001000100001101111101001000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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