#944272

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

Shades of Cadillac #944272

Tints of Cadillac #944272

Color information

#944272 (or 0x944272) is unknown color: approx Cadillac. HEX triplet: 94, 42 and 72. RGB value is (148,66,114). Sum of RGB (Red+Green+Blue) = 148+66+114=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #944272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944272 is #6BBD8D. Grayscale: #5F5F5F. Windows color (decimal): -7060878 or 7488148. OLE color: 7488148.

HSL color Cylindrical-coordinate representation of color #944272: hue angle of 324.88º 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 #944272 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14866114-
CMYK00.550.230.42
HSL324.88º38.32%41.96%-
HSV(B)324.88º55.41%58.04%-
XYZ17.211.4117.21-
YUV95.99138.17165.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=45.12%
G=20.12%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486611400.550.230.42324.8838.3241.96
Hex944272037172A145262a
Octal22410216206727525054652
Binary1001010010000101110010011011110111101010101000101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944272; }

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

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

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

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

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

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

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

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