#97425D

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

Shades of Cadillac #97425D

Tints of Cadillac #97425D

Color information

#97425D (or 0x97425D) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 5D. RGB value is (151,66,93). Sum of RGB (Red+Green+Blue) = 151+66+93=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97425D is #68BDA2. Grayscale: #5E5E5E. Windows color (decimal): -6864291 or 6111895. OLE color: 6111895.

HSL color Cylindrical-coordinate representation of color #97425D: hue angle of 340.94º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97425D is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1516693-
CMYK00.560.380.41
HSL340.94º39.17%42.55%-
HSV(B)340.94º56.29%59.22%-
XYZ16.6911.2711.65-
YUV94.49127.16168.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 93 (36.72% from 255) = 30%
R=48.71%
G=21.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151669300.560.380.41340.9439.1742.55
Hex97425D0382629155272b
Octal22710213507046515254753
Binary10010111100001010111010111000100110101001101010101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97425D; }

 p { color: rgb(151,66,93); }

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

<style>
 a { background-color: #97425D; }

 a { background-color: rgb(151,66,93); }

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

<style>
 span { border-color: #97425D; }

 span { border-color: rgb(151,66,93); }

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