#90416E

Color #90416E Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #90416E

Tints of Cadillac #90416E

Color information

#90416E (or 0x90416E) is unknown color: approx Cadillac. HEX triplet: 90, 41 and 6E. RGB value is (144,65,110). Sum of RGB (Red+Green+Blue) = 144+65+110=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90416E is #6FBE91. Grayscale: #5D5D5D. Windows color (decimal): -7323282 or 7225744. OLE color: 7225744.

HSL color Cylindrical-coordinate representation of color #90416E: hue angle of 325.82º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90416E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14465110-
CMYK00.550.240.44
HSL325.82º37.8%40.98%-
HSV(B)325.82º54.86%56.47%-
XYZ16.2110.8415.99-
YUV93.75137.17163.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=45.14%
G=20.38%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446511000.550.240.44325.8237.840.98
Hex90416E037182C1462629
Octal22010115606730545064651
Binary1001000010000011101110011011111000101100101000110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90416E; }

 p { color: rgb(144,65,110); }

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

<style>
 a { background-color: #90416E; }

 a { background-color: rgb(144,65,110); }

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

<style>
 span { border-color: #90416E; }

 span { border-color: rgb(144,65,110); }

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