#994874

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

Shades of Cadillac #994874

Tints of Cadillac #994874

Color information

#994874 (or 0x994874) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 74. RGB value is (153,72,116). Sum of RGB (Red+Green+Blue) = 153+72+116=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994874 is #66B78B. Grayscale: #656565. Windows color (decimal): -6731660 or 7620761. OLE color: 7620761.

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

Color convert

RGB15372116-
CMYK00.530.240.4
HSL327.41º36%44.12%-
HSV(B)327.41º52.94%60%-
XYZ18.6112.6717.99-
YUV101.24136.34164.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=44.87%
G=21.11%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537211600.530.240.4327.413644.12
Hex9948740351828147242c
Octal23111016406530505074454
Binary1001100110010001110100011010111000101000101000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994874; }

 p { color: rgb(153,72,116); }

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

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

 a { background-color: rgb(153,72,116); }

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

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

 span { border-color: rgb(153,72,116); }

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