#994A5B

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

Shades of Cadillac #994A5B

Tints of Cadillac #994A5B

Color information

#994A5B (or 0x994A5B) is unknown color: approx Cadillac. HEX triplet: 99, 4A and 5B. RGB value is (153,74,91). Sum of RGB (Red+Green+Blue) = 153+74+91=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #994A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A5B is #66B5A4. Grayscale: #636363. Windows color (decimal): -6731173 or 5982873. OLE color: 5982873.

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

Color convert

RGB1537491-
CMYK00.520.410.4
HSL347.09º34.8%44.51%-
HSV(B)347.09º51.63%60%-
XYZ17.4712.4311.37-
YUV99.56123.17166.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=48.11%
G=23.27%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153749100.520.410.4347.0934.844.51
Hex994A5B034292815b232d
Octal23111213306451505334355
Binary10011001100101010110110110100101001101000101011011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,74,91); }

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

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

 a { background-color: rgb(153,74,91); }

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

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

 span { border-color: rgb(153,74,91); }

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