#97415E

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

Shades of Cadillac #97415E

Tints of Cadillac #97415E

Color information

#97415E (or 0x97415E) is unknown color: approx Cadillac. HEX triplet: 97, 41 and 5E. RGB value is (151,65,94). Sum of RGB (Red+Green+Blue) = 151+65+94=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97415E is #68BEA1. Grayscale: #5D5D5D. Windows color (decimal): -6864546 or 6177175. OLE color: 6177175.

HSL color Cylindrical-coordinate representation of color #97415E: hue angle of 339.77º 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 #97415E is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1516594-
CMYK00.570.380.41
HSL339.77º39.81%42.35%-
HSV(B)339.77º56.95%59.22%-
XYZ16.6711.1711.87-
YUV94.02127.99168.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=48.71%
G=20.97%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151659400.570.380.41339.7739.8142.35
Hex97415E0392629154282a
Octal22710113607146515245052
Binary10010111100000110111100111001100110101001101010100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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