#994D71

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

Shades of Cadillac #994D71

Tints of Cadillac #994D71

Color information

#994D71 (or 0x994D71) is unknown color: approx Cadillac. HEX triplet: 99, 4D and 71. RGB value is (153,77,113). Sum of RGB (Red+Green+Blue) = 153+77+113=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #994D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D71 is #66B28E. Grayscale: #676767. Windows color (decimal): -6730383 or 7425433. OLE color: 7425433.

HSL color Cylindrical-coordinate representation of color #994D71: hue angle of 331.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D71 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15377113-
CMYK00.500.260.4
HSL331.58º33.04%45.1%-
HSV(B)331.58º49.67%60%-
XYZ18.7713.2717.2-
YUV103.83133.18163.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=44.61%
G=22.45%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537711300.500.260.4331.5833.0445.1
Hex994D710321A2814c212d
Octal23111516106232505144155
Binary1001100110011011110001011001011010101000101001100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994D71; }

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

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

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

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

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

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

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

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