#974071

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

Shades of Cadillac #974071

Tints of Cadillac #974071

Color information

#974071 (or 0x974071) is unknown color: approx Cadillac. HEX triplet: 97, 40 and 71. RGB value is (151,64,113). Sum of RGB (Red+Green+Blue) = 151+64+113=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #974071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974071 is #68BF8E. Grayscale: #5F5F5F. Windows color (decimal): -6864783 or 7422103. OLE color: 7422103.

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

Color convert

RGB15164113-
CMYK00.580.250.41
HSL326.21º40.47%42.16%-
HSV(B)326.21º57.62%59.22%-
XYZ17.5811.4416.9-
YUV95.6137.82167.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=46.04%
G=19.51%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516411300.580.250.41326.2140.4742.16
Hex97407103A1929146282a
Octal22710016107231515065052
Binary1001011110000001110001011101011001101001101000110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974071; }

 p { color: rgb(151,64,113); }

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

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

 a { background-color: rgb(151,64,113); }

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

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

 span { border-color: rgb(151,64,113); }

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