#973E5A

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

Shades of Cadillac #973E5A

Tints of Cadillac #973E5A

Color information

#973E5A (or 0x973E5A) is unknown color: approx Cadillac. HEX triplet: 97, 3E and 5A. RGB value is (151,62,90). Sum of RGB (Red+Green+Blue) = 151+62+90=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #973E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973E5A is #68C1A5. Grayscale: #5B5B5B. Windows color (decimal): -6865318 or 5914263. OLE color: 5914263.

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

Color convert

RGB1516290-
CMYK00.590.400.41
HSL341.12º41.78%41.76%-
HSV(B)341.12º58.94%59.22%-
XYZ16.3310.7610.89-
YUV91.8126.99170.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=49.83%
G=20.46%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151629000.590.400.41341.1241.7841.76
Hex973E5A03B28291552a2a
Octal2277613207350515255252
Binary1001011111111010110100111011101000101001101010101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,62,90); }

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

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

 a { background-color: rgb(151,62,90); }

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

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

 span { border-color: rgb(151,62,90); }

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