#994571

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

Shades of Cadillac #994571

Tints of Cadillac #994571

Color information

#994571 (or 0x994571) is unknown color: approx Cadillac. HEX triplet: 99, 45 and 71. RGB value is (153,69,113). Sum of RGB (Red+Green+Blue) = 153+69+113=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #994571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994571 is #66BA8E. Grayscale: #636363. Windows color (decimal): -6732431 or 7423385. OLE color: 7423385.

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

Color convert

RGB15369113-
CMYK00.550.260.4
HSL328.57º37.84%43.53%-
HSV(B)328.57º54.9%60%-
XYZ18.2512.2217.02-
YUV99.13135.83166.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=45.67%
G=20.60%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536911300.550.260.4328.5737.8443.53
Hex9945710371A28149262c
Octal23110516106732505114654
Binary1001100110001011110001011011111010101000101001001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994571; }

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

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

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

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

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

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

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

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