#90415D

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

Shades of Cadillac #90415D

Tints of Cadillac #90415D

Color information

#90415D (or 0x90415D) is unknown color: approx Cadillac. HEX triplet: 90, 41 and 5D. RGB value is (144,65,93). Sum of RGB (Red+Green+Blue) = 144+65+93=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #90415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90415D is #6FBEA2. Grayscale: #5B5B5B. Windows color (decimal): -7323299 or 6111632. OLE color: 6111632.

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

Color convert

RGB1446593-
CMYK00.550.350.44
HSL338.73º37.8%40.98%-
HSV(B)338.73º54.86%56.47%-
XYZ15.3710.511.57-
YUV91.81128.67165.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.68%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=47.68%
G=21.52%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144659300.550.350.44338.7337.840.98
Hex90415D037232C1532629
Octal22010113506743545234651
Binary10010000100000110111010110111100011101100101010011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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