#90446F

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

Shades of Cannon Pink #90446F

Tints of Cannon Pink #90446F

Color information

#90446F (or 0x90446F) is unknown color: approx Cannon Pink. HEX triplet: 90, 44 and 6F. RGB value is (144,68,111). Sum of RGB (Red+Green+Blue) = 144+68+111=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90446F is #6FBB90. Grayscale: #5F5F5F. Windows color (decimal): -7322513 or 7292048. OLE color: 7292048.

HSL color Cylindrical-coordinate representation of color #90446F: hue angle of 326.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90446F is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14468111-
CMYK00.530.230.44
HSL326.05º35.85%41.57%-
HSV(B)326.05º52.78%56.47%-
XYZ16.4411.2116.34-
YUV95.63136.68162.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=44.58%
G=21.05%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446811100.530.230.44326.0535.8541.57
Hex90446F035172C146242a
Octal22010415706527545064452
Binary1001000010001001101111011010110111101100101000110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,68,111); }

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

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

 a { background-color: rgb(144,68,111); }

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

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

 span { border-color: rgb(144,68,111); }

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