#89515A

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

Shades of Cannon Pink #89515A

Tints of Cannon Pink #89515A

Color information

#89515A (or 0x89515A) is unknown color: approx Cannon Pink. HEX triplet: 89, 51 and 5A. RGB value is (137,81,90). Sum of RGB (Red+Green+Blue) = 137+81+90=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #89515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89515A is #76AEA5. Grayscale: #626262. Windows color (decimal): -7777958 or 5919113. OLE color: 5919113.

HSL color Cylindrical-coordinate representation of color #89515A: hue angle of 350.36º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89515A is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1378190-
CMYK00.410.340.46
HSL350.36º25.69%42.75%-
HSV(B)350.36º40.88%53.73%-
XYZ15.111.9411.18-
YUV98.77123.05155.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=44.48%
G=26.30%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137819000.410.340.46350.3625.6942.75
Hex89515A029222E15e1a2b
Octal21112113205142565363253
Binary1000100110100011011010010100110001010111010101111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89515A; }

 p { color: rgb(137,81,90); }

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

<style>
 a { background-color: #89515A; }

 a { background-color: rgb(137,81,90); }

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

<style>
 span { border-color: #89515A; }

 span { border-color: rgb(137,81,90); }

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