#973C5B

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

Shades of Cadillac #973C5B

Tints of Cadillac #973C5B

Color information

#973C5B (or 0x973C5B) is unknown color: approx Cadillac. HEX triplet: 97, 3C and 5B. RGB value is (151,60,91). Sum of RGB (Red+Green+Blue) = 151+60+91=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #973C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C5B is #68C3A4. Grayscale: #5A5A5A. Windows color (decimal): -6865829 or 5979287. OLE color: 5979287.

HSL color Cylindrical-coordinate representation of color #973C5B: hue angle of 339.56º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C5B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1516091-
CMYK00.600.400.41
HSL339.56º43.13%41.37%-
HSV(B)339.56º60.26%59.22%-
XYZ16.2710.5711.08-
YUV90.74128.15170.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 19.87%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=50%
G=19.87%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151609100.600.400.41339.5643.1341.37
Hex973C5B03C28291542b29
Octal2277413307450515245351
Binary1001011111110010110110111100101000101001101010100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973C5B; }

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

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

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

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

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

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

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

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