#90415B

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

Shades of Cadillac #90415B

Tints of Cadillac #90415B

Color information

#90415B (or 0x90415B) is unknown color: approx Cadillac. HEX triplet: 90, 41 and 5B. RGB value is (144,65,91). Sum of RGB (Red+Green+Blue) = 144+65+91=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #90415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90415B is #6FBEA4. Grayscale: #5B5B5B. Windows color (decimal): -7323301 or 5980560. OLE color: 5980560.

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

Color convert

RGB1446591-
CMYK00.550.370.44
HSL340.25º37.8%40.98%-
HSV(B)340.25º54.86%56.47%-
XYZ15.2810.4711.11-
YUV91.58127.67165.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=48%
G=21.67%
B=30.33%

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
Decimal144659100.550.370.44340.2537.840.98
Hex90415B037252C1542629
Octal22010113306745545244651
Binary10010000100000110110110110111100101101100101010100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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