#974274

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

Shades of Cadillac #974274

Tints of Cadillac #974274

Color information

#974274 (or 0x974274) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 74. RGB value is (151,66,116). Sum of RGB (Red+Green+Blue) = 151+66+116=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #974274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974274 is #68BD8B. Grayscale: #616161. Windows color (decimal): -6864268 or 7619223. OLE color: 7619223.

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

Color convert

RGB15166116-
CMYK00.560.230.41
HSL324.71º39.17%42.55%-
HSV(B)324.71º56.29%59.22%-
XYZ17.8611.7417.85-
YUV97.12138.66166.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=45.35%
G=19.82%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516611600.560.230.41324.7139.1742.55
Hex9742740381729145272b
Octal22710216407027515054753
Binary1001011110000101110100011100010111101001101000101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974274; }

 p { color: rgb(151,66,116); }

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

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

 a { background-color: rgb(151,66,116); }

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

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

 span { border-color: rgb(151,66,116); }

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