#974B5B

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

Shades of Cadillac #974B5B

Tints of Cadillac #974B5B

Color information

#974B5B (or 0x974B5B) is unknown color: approx Cadillac. HEX triplet: 97, 4B and 5B. RGB value is (151,75,91). Sum of RGB (Red+Green+Blue) = 151+75+91=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #974B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B5B is #68B4A4. Grayscale: #636363. Windows color (decimal): -6861989 or 5983127. OLE color: 5983127.

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

Color convert

RGB1517591-
CMYK00.500.400.41
HSL347.37º33.63%44.31%-
HSV(B)347.37º50.33%59.22%-
XYZ17.1712.3711.38-
YUV99.55123.18164.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=47.63%
G=23.66%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151759100.500.400.41347.3733.6344.31
Hex974B5B032282915b222c
Octal22711313306250515334254
Binary10010111100101110110110110010101000101001101011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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