#97405B

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

Shades of Cadillac #97405B

Tints of Cadillac #97405B

Color information

#97405B (or 0x97405B) is unknown color: approx Cadillac. HEX triplet: 97, 40 and 5B. RGB value is (151,64,91). Sum of RGB (Red+Green+Blue) = 151+64+91=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #97405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97405B is #68BFA4. Grayscale: #5D5D5D. Windows color (decimal): -6864805 or 5980311. OLE color: 5980311.

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

Color convert

RGB1516491-
CMYK00.580.400.41
HSL341.38º40.47%42.16%-
HSV(B)341.38º57.62%59.22%-
XYZ16.481111.15-
YUV93.09126.82169.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=49.35%
G=20.92%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151649100.580.400.41341.3840.4742.16
Hex97405B03A2829155282a
Octal22710013307250515255052
Binary10010111100000010110110111010101000101001101010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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