#97425F

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

Shades of Cadillac #97425F

Tints of Cadillac #97425F

Color information

#97425F (or 0x97425F) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 5F. RGB value is (151,66,95). Sum of RGB (Red+Green+Blue) = 151+66+95=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97425F is #68BDA0. Grayscale: #5E5E5E. Windows color (decimal): -6864289 or 6242967. OLE color: 6242967.

HSL color Cylindrical-coordinate representation of color #97425F: hue angle of 339.53º 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 #97425F is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1516695-
CMYK00.560.370.41
HSL339.53º39.17%42.55%-
HSV(B)339.53º56.29%59.22%-
XYZ16.7811.312.12-
YUV94.72128.16168.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=48.40%
G=21.15%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151669500.560.370.41339.5339.1742.55
Hex97425F0382529154272b
Octal22710213707045515244753
Binary10010111100001010111110111000100101101001101010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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