#97455B

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

Shades of Cadillac #97455B

Tints of Cadillac #97455B

Color information

#97455B (or 0x97455B) is unknown color: approx Cadillac. HEX triplet: 97, 45 and 5B. RGB value is (151,69,91). Sum of RGB (Red+Green+Blue) = 151+69+91=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97455B is #68BAA4. Grayscale: #606060. Windows color (decimal): -6863525 or 5981591. OLE color: 5981591.

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

Color convert

RGB1516991-
CMYK00.540.400.41
HSL343.9º37.27%43.14%-
HSV(B)343.9º54.3%59.22%-
XYZ16.7811.5911.25-
YUV96.03125.17167.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=48.55%
G=22.19%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151699100.540.400.41343.937.2743.14
Hex97455B0362829158252b
Octal22710513306650515304553
Binary10010111100010110110110110110101000101001101011000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97455B; }

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

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

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

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

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

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

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

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