#944859

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

Shades of Cadillac #944859

Tints of Cadillac #944859

Color information

#944859 (or 0x944859) is unknown color: approx Cadillac. HEX triplet: 94, 48 and 59. RGB value is (148,72,89). Sum of RGB (Red+Green+Blue) = 148+72+89=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #944859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944859 is #6BB7A6. Grayscale: #606060. Windows color (decimal): -7059367 or 5851284. OLE color: 5851284.

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

Color convert

RGB1487289-
CMYK00.510.400.42
HSL346.58º34.55%43.14%-
HSV(B)346.58º51.35%58.04%-
XYZ16.3311.6510.84-
YUV96.66123.68164.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=47.90%
G=23.30%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148728900.510.400.42346.5834.5543.14
Hex944859033282A15b232b
Octal22411013106350525334353
Binary10010100100100010110010110011101000101010101011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944859; }

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

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

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

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

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

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

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

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