#994971

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

Shades of Cadillac #994971

Tints of Cadillac #994971

Color information

#994971 (or 0x994971) is unknown color: approx Cadillac. HEX triplet: 99, 49 and 71. RGB value is (153,73,113). Sum of RGB (Red+Green+Blue) = 153+73+113=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994971 is #66B68E. Grayscale: #656565. Windows color (decimal): -6731407 or 7424409. OLE color: 7424409.

HSL color Cylindrical-coordinate representation of color #994971: hue angle of 330º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994971 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15373113-
CMYK00.520.260.4
HSL330º35.4%44.31%-
HSV(B)330º52.29%60%-
XYZ18.512.7317.1-
YUV101.48134.5164.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=45.13%
G=21.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537311300.520.260.433035.444.31
Hex9949710341A2814a232c
Octal23111116106432505124354
Binary1001100110010011110001011010011010101000101001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994971; }

 p { color: rgb(153,73,113); }

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

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

 a { background-color: rgb(153,73,113); }

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

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

 span { border-color: rgb(153,73,113); }

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