#91476B

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

Shades of Cannon Pink #91476B

Tints of Cannon Pink #91476B

Color information

#91476B (or 0x91476B) is unknown color: approx Cannon Pink. HEX triplet: 91, 47 and 6B. RGB value is (145,71,107). Sum of RGB (Red+Green+Blue) = 145+71+107=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #91476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91476B is #6EB894. Grayscale: #616161. Windows color (decimal): -7256213 or 7030673. OLE color: 7030673.

HSL color Cylindrical-coordinate representation of color #91476B: hue angle of 330.81º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91476B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14571107-
CMYK00.510.260.43
HSL330.81º34.26%42.35%-
HSV(B)330.81º51.03%56.86%-
XYZ16.5811.5915.27-
YUV97.23133.52162.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=44.89%
G=21.98%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457110700.510.260.43330.8134.2642.35
Hex91476B0331A2B14b222a
Octal22110715306332535134252
Binary1001000110001111101011011001111010101011101001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,71,107); }

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

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

 a { background-color: rgb(145,71,107); }

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

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

 span { border-color: rgb(145,71,107); }

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