#90415A

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

Shades of Cadillac #90415A

Tints of Cadillac #90415A

Color information

#90415A (or 0x90415A) is unknown color: approx Cadillac. HEX triplet: 90, 41 and 5A. RGB value is (144,65,90). Sum of RGB (Red+Green+Blue) = 144+65+90=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #90415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90415A is #6FBEA5. Grayscale: #5B5B5B. Windows color (decimal): -7323302 or 5915024. OLE color: 5915024.

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

Color convert

RGB1446590-
CMYK00.550.370.44
HSL341.01º37.8%40.98%-
HSV(B)341.01º54.86%56.47%-
XYZ15.2410.4510.89-
YUV91.47127.17165.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=48.16%
G=21.74%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144659000.550.370.44341.0137.840.98
Hex90415A037252C1552629
Octal22010113206745545254651
Binary10010000100000110110100110111100101101100101010101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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