#984471

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

Shades of Cadillac #984471

Tints of Cadillac #984471

Color information

#984471 (or 0x984471) is unknown color: approx Cadillac. HEX triplet: 98, 44 and 71. RGB value is (152,68,113). Sum of RGB (Red+Green+Blue) = 152+68+113=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #984471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984471 is #67BB8E. Grayscale: #626262. Windows color (decimal): -6798223 or 7423128. OLE color: 7423128.

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

Color convert

RGB15268113-
CMYK00.550.260.40
HSL327.86º38.18%43.14%-
HSV(B)327.86º55.26%59.61%-
XYZ181216.99-
YUV98.25136.33166.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=45.65%
G=20.42%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526811300.550.260.40327.8638.1843.14
Hex9844710371A28148262b
Octal23010416106732505104653
Binary1001100010001001110001011011111010101000101001000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984471; }

 p { color: rgb(152,68,113); }

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

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

 a { background-color: rgb(152,68,113); }

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

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

 span { border-color: rgb(152,68,113); }

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