#87425B

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

Shades of Cannon Pink #87425B

Tints of Cannon Pink #87425B

Color information

#87425B (or 0x87425B) is unknown color: approx Cannon Pink. HEX triplet: 87, 42 and 5B. RGB value is (135,66,91). Sum of RGB (Red+Green+Blue) = 135+66+91=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87425B is #78BDA4. Grayscale: #595959. Windows color (decimal): -7912869 or 5980807. OLE color: 5980807.

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

Color convert

RGB1356691-
CMYK00.510.330.47
HSL338.26º34.33%39.41%-
HSV(B)338.26º51.11%52.94%-
XYZ13.839.811.06-
YUV89.48128.86160.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=46.23%
G=22.60%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135669100.510.330.47338.2634.3339.41
Hex87425B033212F1522227
Octal20710213306341575224247
Binary10000111100001010110110110011100001101111101010010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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