#97415A

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

Shades of Cadillac #97415A

Tints of Cadillac #97415A

Color information

#97415A (or 0x97415A) is unknown color: approx Cadillac. HEX triplet: 97, 41 and 5A. RGB value is (151,65,90). Sum of RGB (Red+Green+Blue) = 151+65+90=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #97415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97415A is #68BEA5. Grayscale: #5D5D5D. Windows color (decimal): -6864550 or 5915031. OLE color: 5915031.

HSL color Cylindrical-coordinate representation of color #97415A: hue angle of 342.56º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97415A is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1516590-
CMYK00.570.400.41
HSL342.56º39.81%42.35%-
HSV(B)342.56º56.95%59.22%-
XYZ16.511.110.95-
YUV93.56125.99168.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=49.35%
G=21.24%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151659000.570.400.41342.5639.8142.35
Hex97415A0392829157282a
Octal22710113207150515275052
Binary10010111100000110110100111001101000101001101010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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