#88536B

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

Shades of Cannon Pink #88536B

Tints of Cannon Pink #88536B

Color information

#88536B (or 0x88536B) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 6B. RGB value is (136,83,107). Sum of RGB (Red+Green+Blue) = 136+83+107=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88536B is #77AC94. Grayscale: #656565. Windows color (decimal): -7842965 or 7033736. OLE color: 7033736.

HSL color Cylindrical-coordinate representation of color #88536B: hue angle of 332.83º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88536B is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13683107-
CMYK00.390.210.47
HSL332.83º24.2%42.94%-
HSV(B)332.83º38.97%53.33%-
XYZ15.912.4815.48-
YUV101.58131.06152.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=41.72%
G=25.46%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368310700.390.210.47332.8324.242.94
Hex88536B027152F14d182b
Octal21012315304725575153053
Binary100010001010011110101101001111010110111110100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,83,107); }

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

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

 a { background-color: rgb(136,83,107); }

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

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

 span { border-color: rgb(136,83,107); }

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