#88535B

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

Shades of Cannon Pink #88535B

Tints of Cannon Pink #88535B

Color information

#88535B (or 0x88535B) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 5B. RGB value is (136,83,91). Sum of RGB (Red+Green+Blue) = 136+83+91=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88535B is #77ACA4. Grayscale: #636363. Windows color (decimal): -7842981 or 5985160. OLE color: 5985160.

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

Color convert

RGB1368391-
CMYK00.390.330.47
HSL350.94º24.2%42.94%-
HSV(B)350.94º38.97%53.33%-
XYZ15.1312.1811.45-
YUV99.76123.06153.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=43.87%
G=26.77%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136839100.390.330.47350.9424.242.94
Hex88535B027212F15f182b
Octal21012313304741575373053
Binary1000100010100111011011010011110000110111110101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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