#97415F

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

Shades of Cadillac #97415F

Tints of Cadillac #97415F

Color information

#97415F (or 0x97415F) is unknown color: approx Cadillac. HEX triplet: 97, 41 and 5F. RGB value is (151,65,95). Sum of RGB (Red+Green+Blue) = 151+65+95=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97415F is #68BEA0. Grayscale: #5E5E5E. Windows color (decimal): -6864545 or 6242711. OLE color: 6242711.

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

Color convert

RGB1516595-
CMYK00.570.370.41
HSL339.07º39.81%42.35%-
HSV(B)339.07º56.95%59.22%-
XYZ16.7211.1912.1-
YUV94.13128.49168.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=48.55%
G=20.90%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151659500.570.370.41339.0739.8142.35
Hex97415F0392529153282a
Octal22710113707145515235052
Binary10010111100000110111110111001100101101001101010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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