#88536D

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

Shades of Cannon Pink #88536D

Tints of Cannon Pink #88536D

Color information

#88536D (or 0x88536D) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 6D. RGB value is (136,83,109). Sum of RGB (Red+Green+Blue) = 136+83+109=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #88536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88536D is #77AC92. Grayscale: #656565. Windows color (decimal): -7842963 or 7164808. OLE color: 7164808.

HSL color Cylindrical-coordinate representation of color #88536D: hue angle of 330.57º 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 #88536D is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13683109-
CMYK00.390.200.47
HSL330.57º24.2%42.94%-
HSV(B)330.57º38.97%53.33%-
XYZ16.0112.5216.04-
YUV101.81132.06152.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 109 (42.97% from 255) = 33.23%
R=41.46%
G=25.30%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368310900.390.200.47330.5724.242.94
Hex88536D027142F14b182b
Octal21012315504724575133053
Binary100010001010011110110101001111010010111110100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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