#89475F

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

Shades of Cannon Pink #89475F

Tints of Cannon Pink #89475F

Color information

#89475F (or 0x89475F) is unknown color: approx Cannon Pink. HEX triplet: 89, 47 and 5F. RGB value is (137,71,95). Sum of RGB (Red+Green+Blue) = 137+71+95=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #89475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89475F is #76B8A0. Grayscale: #5D5D5D. Windows color (decimal): -7780513 or 6244233. OLE color: 6244233.

HSL color Cylindrical-coordinate representation of color #89475F: hue angle of 338.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89475F is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1377195-
CMYK00.480.310.46
HSL338.18º31.73%40.78%-
HSV(B)338.18º48.18%53.73%-
XYZ14.6410.6512.11-
YUV93.47128.87159.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=45.21%
G=23.43%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137719500.480.310.46338.1831.7340.78
Hex89475F0301F2E1522029
Octal21110713706037565224051
Binary1000100110001111011111011000011111101110101010010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89475F; }

 p { color: rgb(137,71,95); }

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

<style>
 a { background-color: #89475F; }

 a { background-color: rgb(137,71,95); }

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

<style>
 span { border-color: #89475F; }

 span { border-color: rgb(137,71,95); }

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