#974859

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

Shades of Cadillac #974859

Tints of Cadillac #974859

Color information

#974859 (or 0x974859) is unknown color: approx Cadillac. HEX triplet: 97, 48 and 59. RGB value is (151,72,89). Sum of RGB (Red+Green+Blue) = 151+72+89=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #974859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974859 is #68B7A6. Grayscale: #616161. Windows color (decimal): -6862759 or 5851287. OLE color: 5851287.

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

Color convert

RGB1517289-
CMYK00.520.410.41
HSL347.09º35.43%43.73%-
HSV(B)347.09º52.32%59.22%-
XYZ16.8811.9410.87-
YUV97.56123.17166.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=48.40%
G=23.08%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151728900.520.410.41347.0935.4343.73
Hex974859034292915b232c
Octal22711013106451515334354
Binary10010111100100010110010110100101001101001101011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974859; }

 p { color: rgb(151,72,89); }

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

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

 a { background-color: rgb(151,72,89); }

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

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

 span { border-color: rgb(151,72,89); }

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