#944271

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

Shades of Cadillac #944271

Tints of Cadillac #944271

Color information

#944271 (or 0x944271) is unknown color: approx Cadillac. HEX triplet: 94, 42 and 71. RGB value is (148,66,113). Sum of RGB (Red+Green+Blue) = 148+66+113=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #944271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944271 is #6BBD8E. Grayscale: #5F5F5F. Windows color (decimal): -7060879 or 7422612. OLE color: 7422612.

HSL color Cylindrical-coordinate representation of color #944271: hue angle of 325.61º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944271 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14866113-
CMYK00.550.240.42
HSL325.61º38.32%41.96%-
HSV(B)325.61º55.41%58.04%-
XYZ17.1411.3816.92-
YUV95.88137.67165.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=45.26%
G=20.18%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486611300.550.240.42325.6138.3241.96
Hex944271037182A146262a
Octal22410216106730525064652
Binary1001010010000101110001011011111000101010101000110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944271; }

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

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

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

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

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

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

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

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