#974A5B

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

Shades of Cadillac #974A5B

Tints of Cadillac #974A5B

Color information

#974A5B (or 0x974A5B) is unknown color: approx Cadillac. HEX triplet: 97, 4A and 5B. RGB value is (151,74,91). Sum of RGB (Red+Green+Blue) = 151+74+91=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #974A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A5B is #68B5A4. Grayscale: #626262. Windows color (decimal): -6862245 or 5982871. OLE color: 5982871.

HSL color Cylindrical-coordinate representation of color #974A5B: hue angle of 346.75º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A5B is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1517491-
CMYK00.510.400.41
HSL346.75º34.22%44.12%-
HSV(B)346.75º50.99%59.22%-
XYZ17.112.2311.36-
YUV98.96123.51165.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=47.78%
G=23.42%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151749100.510.400.41346.7534.2244.12
Hex974A5B033282915b222c
Octal22711213306350515334254
Binary10010111100101010110110110011101000101001101011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974A5B; }

 p { color: rgb(151,74,91); }

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

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

 a { background-color: rgb(151,74,91); }

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

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

 span { border-color: rgb(151,74,91); }

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