#90416D

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

Shades of Cadillac #90416D

Tints of Cadillac #90416D

Color information

#90416D (or 0x90416D) is unknown color: approx Cadillac. HEX triplet: 90, 41 and 6D. RGB value is (144,65,109). Sum of RGB (Red+Green+Blue) = 144+65+109=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90416D is #6FBE92. Grayscale: #5D5D5D. Windows color (decimal): -7323283 or 7160208. OLE color: 7160208.

HSL color Cylindrical-coordinate representation of color #90416D: hue angle of 326.58º 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 #90416D is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14465109-
CMYK00.550.240.44
HSL326.58º37.8%40.98%-
HSV(B)326.58º54.86%56.47%-
XYZ16.1510.8115.7-
YUV93.64136.67163.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=45.28%
G=20.44%
B=34.28%

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
Decimal1446510900.550.240.44326.5837.840.98
Hex90416D037182C1472629
Octal22010115506730545074651
Binary1001000010000011101101011011111000101100101000111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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