#984271

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

Shades of Cadillac #984271

Tints of Cadillac #984271

Color information

#984271 (or 0x984271) is unknown color: approx Cadillac. HEX triplet: 98, 42 and 71. RGB value is (152,66,113). Sum of RGB (Red+Green+Blue) = 152+66+113=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #984271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984271 is #67BD8E. Grayscale: #606060. Windows color (decimal): -6798735 or 7422616. OLE color: 7422616.

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

Color convert

RGB15266113-
CMYK00.570.260.40
HSL327.21º39.45%42.75%-
HSV(B)327.21º56.58%59.61%-
XYZ17.8811.7616.95-
YUV97.07136.99167.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=45.92%
G=19.94%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526611300.570.260.40327.2139.4542.75
Hex9842710391A28147272b
Octal23010216107132505074753
Binary1001100010000101110001011100111010101000101000111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984271; }

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

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

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

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

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

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

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

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