#944559

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

Shades of Cadillac #944559

Tints of Cadillac #944559

Color information

#944559 (or 0x944559) is unknown color: approx Cadillac. HEX triplet: 94, 45 and 59. RGB value is (148,69,89). Sum of RGB (Red+Green+Blue) = 148+69+89=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #944559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944559 is #6BBAA6. Grayscale: #5E5E5E. Windows color (decimal): -7060135 or 5850516. OLE color: 5850516.

HSL color Cylindrical-coordinate representation of color #944559: hue angle of 344.81º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944559 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1486989-
CMYK00.530.400.42
HSL344.81º36.41%42.55%-
HSV(B)344.81º53.38%58.04%-
XYZ16.1411.2710.78-
YUV94.9124.67165.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=48.37%
G=22.55%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148698900.530.400.42344.8136.4142.55
Hex944559035282A159242b
Octal22410513106550525314453
Binary10010100100010110110010110101101000101010101011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944559; }

 p { color: rgb(148,69,89); }

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

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

 a { background-color: rgb(148,69,89); }

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

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

 span { border-color: rgb(148,69,89); }

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