#944379

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

Shades of Cadillac #944379

Tints of Cadillac #944379

Color information

#944379 (or 0x944379) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 79. RGB value is (148,67,121). Sum of RGB (Red+Green+Blue) = 148+67+121=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #944379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944379 is #6BBC86. Grayscale: #616161. Windows color (decimal): -7060615 or 7947156. OLE color: 7947156.

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

Color convert

RGB14867121-
CMYK00.550.180.42
HSL320º37.67%42.16%-
HSV(B)320º54.73%58.04%-
XYZ17.6711.6919.41-
YUV97.37141.34164.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=44.05%
G=19.94%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486712100.550.180.4232037.6742.16
Hex944379037122A140262a
Octal22410317106722525004652
Binary1001010010000111111001011011110010101010101000000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944379; }

 p { color: rgb(148,67,121); }

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

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

 a { background-color: rgb(148,67,121); }

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

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

 span { border-color: rgb(148,67,121); }

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