#9A415A

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

Shades of Cadillac #9A415A

Tints of Cadillac #9A415A

Color information

#9A415A (or 0x9A415A) is unknown color: approx Cadillac. HEX triplet: 9A, 41 and 5A. RGB value is (154,65,90). Sum of RGB (Red+Green+Blue) = 154+65+90=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A415A is #65BEA5. Grayscale: #5E5E5E. Windows color (decimal): -6667942 or 5915034. OLE color: 5915034.

HSL color Cylindrical-coordinate representation of color #9A415A: hue angle of 343.15º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A415A is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB1546590-
CMYK00.580.420.40
HSL343.15º40.64%42.94%-
HSV(B)343.15º57.79%60.39%-
XYZ17.0611.3910.97-
YUV94.46125.49170.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=49.84%
G=21.04%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154659000.580.420.40343.1540.6442.94
Hex9A415A03A2A28157292b
Octal23210113207252505275153
Binary10011010100000110110100111010101010101000101010111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A415A; }

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

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

<style>
 a { background-color: #9A415A; }

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

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

<style>
 span { border-color: #9A415A; }

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

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