#88525B

Color #88525B Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #88525B

Tints of Cannon Pink #88525B

Color information

#88525B (or 0x88525B) is unknown color: approx Cannon Pink. HEX triplet: 88, 52 and 5B. RGB value is (136,82,91). Sum of RGB (Red+Green+Blue) = 136+82+91=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88525B is #77ADA4. Grayscale: #636363. Windows color (decimal): -7843237 or 5984904. OLE color: 5984904.

HSL color Cylindrical-coordinate representation of color #88525B: hue angle of 350º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88525B is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1368291-
CMYK00.400.330.47
HSL350º24.77%42.75%-
HSV(B)350º39.71%53.33%-
XYZ15.0612.0211.42-
YUV99.17123.39154.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=44.01%
G=26.54%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136829100.400.330.4735024.7742.75
Hex88525B028212F15e192b
Octal21012213305041575363153
Binary1000100010100101011011010100010000110111110101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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