#90446A

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

Shades of Cadillac #90446A

Tints of Cadillac #90446A

Color information

#90446A (or 0x90446A) is unknown color: approx Cadillac. HEX triplet: 90, 44 and 6A. RGB value is (144,68,106). Sum of RGB (Red+Green+Blue) = 144+68+106=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90446A is #6FBB95. Grayscale: #5E5E5E. Windows color (decimal): -7322518 or 6964368. OLE color: 6964368.

HSL color Cylindrical-coordinate representation of color #90446A: hue angle of 330º 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 #90446A is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB14468106-
CMYK00.530.260.44
HSL330º35.85%41.57%-
HSV(B)330º52.78%56.47%-
XYZ16.1711.114.93-
YUV95.06134.18162.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=45.28%
G=21.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446810600.530.260.4433035.8541.57
Hex90446A0351A2C14a242a
Octal22010415206532545124452
Binary1001000010001001101010011010111010101100101001010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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