Html Css Color HEX #87495B Cannon Pink

📋 copy color: '#87495B'

red 135 ◦ green 73 ◦ blue 91

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

Shades of Cannon Pink #87495B

Tints of Cannon Pink #87495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 45.15%
G = 24.41%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87495B (or 0x87495B) is known color: Cannon Pink. HEX triplet: 87, 49 and 5B. RGB value is (135,73,91). Sum of RGB (Red+Green+Blue) = 135+73+91=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87495B is #78B6A4. Grayscale: #5D5D5D. Windows color (decimal): -7911077 or 5982599. OLE color: 5982599.

HSL color Cylindrical-coordinate representation of color #87495B: hue angle of 342.58º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87495B is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 91 -
CMYK 0 0.46 0.33 0.47
HSL 342.58º 0.3% 0.41% -
HSV(B) 342.58º 0.46% 0.53% -
XYZ 14.26 10.67 11.21 -
YUV 93.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 135 73 91 0 0.46 0.33 0.47 342.58 0.3 0.41
Hex 87 49 5B 0 2E 21 2F 157 1E 29
Octal 207 111 133 0 56 41 57 527 36 51
Binary 10000111 1001001 1011011 0 101110 100001 101111 101010111 11110 101001

Color Harmonies of #87495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87495B

Black with #87495B

Text Example


Text Example

White with #87495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,73,91); }

 H1.HeaderClassName
 {
   color: #87495B;
 }
 .AnyTagClassName
 {
   color: #87495B;
 }
</style>

background-color css

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

 a { background-color: rgb(135,73,91); }

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

border-color css

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

 span { border-color: rgb(135,73,91); }

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