#974461

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

Shades of Cadillac #974461

Tints of Cadillac #974461

Color information

#974461 (or 0x974461) is unknown color: approx Cadillac. HEX triplet: 97, 44 and 61. RGB value is (151,68,97). Sum of RGB (Red+Green+Blue) = 151+68+97=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #974461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974461 is #68BB9E. Grayscale: #606060. Windows color (decimal): -6863775 or 6374551. OLE color: 6374551.

HSL color Cylindrical-coordinate representation of color #974461: hue angle of 339.04º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974461 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1516897-
CMYK00.550.360.41
HSL339.04º37.9%42.94%-
HSV(B)339.04º54.97%59.22%-
XYZ16.9911.5812.65-
YUV96.12128.5167.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=47.78%
G=21.52%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151689700.550.360.41339.0437.942.94
Hex9744610372429153262b
Octal22710414106744515234653
Binary10010111100010011000010110111100100101001101010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974461; }

 p { color: rgb(151,68,97); }

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

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

 a { background-color: rgb(151,68,97); }

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

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

 span { border-color: rgb(151,68,97); }

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