#91476A

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

Shades of Cannon Pink #91476A

Tints of Cannon Pink #91476A

Color information

#91476A (or 0x91476A) is unknown color: approx Cannon Pink. HEX triplet: 91, 47 and 6A. RGB value is (145,71,106). Sum of RGB (Red+Green+Blue) = 145+71+106=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91476A is #6EB895. Grayscale: #616161. Windows color (decimal): -7256214 or 6965137. OLE color: 6965137.

HSL color Cylindrical-coordinate representation of color #91476A: hue angle of 331.62º 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 #91476A is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14571106-
CMYK00.510.270.43
HSL331.62º34.26%42.35%-
HSV(B)331.62º51.03%56.86%-
XYZ16.5311.5715-
YUV97.12133.02162.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=45.03%
G=22.05%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457110600.510.270.43331.6234.2642.35
Hex91476A0331B2B14c222a
Octal22110715206333535144252
Binary1001000110001111101010011001111011101011101001100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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