Html Css Color HEX #87536E Cannon Pink

📋 copy color: '#87536E'

red 135 ◦ green 83 ◦ blue 110

#87536E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #87536E

Tints of Cannon Pink #87536E

RGB

 RED value IS 135 (53.13% from 255) = 41.16%

 GREEN value IS 83 (32.81% from 255) = 25.3%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 41.16%
G = 25.3%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87536E (or 0x87536E) is known color: Cannon Pink. HEX triplet: 87, 53 and 6E. RGB value is (135,83,110). Sum of RGB (Red+Green+Blue) = 135+83+110=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87536E is #78AC91. Grayscale: #656565. Windows color (decimal): -7908498 or 7230343. OLE color: 7230343.

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

Color convert

RGB 135 83 110 -
CMYK 0 0.39 0.19 0.47
HSL 328.85º 0.24% 0.43% -
HSV(B) 328.85º 0.39% 0.53% -
XYZ 15.9 12.46 16.32 -
YUV 101.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 135 83 110 0 0.39 0.19 0.47 328.85 0.24 0.43
Hex 87 53 6E 0 27 13 2F 149 18 2B
Octal 207 123 156 0 47 23 57 511 30 53
Binary 10000111 1010011 1101110 0 100111 10011 101111 101001001 11000 101011

Color Harmonies of #87536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87536E

Black with #87536E

Text Example


Text Example

White with #87536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87536E; }

 p { color: rgb(135,83,110); }

 H1.HeaderClassName
 {
   color: #87536E;
 }
 .AnyTagClassName
 {
   color: #87536E;
 }
</style>

background-color css

<style>
 a { background-color: #87536E; }

 a { background-color: rgb(135,83,110); }

 div.DivClassName
 {
   background-color: #87536E;
 }
 .BgClassName
 {
   background-color: #87536E;
 }
</style>

border-color css

<style>
 span { border-color: #87536E; }

 span { border-color: rgb(135,83,110); }

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