#944359

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

Shades of Cadillac #944359

Tints of Cadillac #944359

Color information

#944359 (or 0x944359) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 59. RGB value is (148,67,89). Sum of RGB (Red+Green+Blue) = 148+67+89=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #944359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944359 is #6BBCA6. Grayscale: #5D5D5D. Windows color (decimal): -7060647 or 5850004. OLE color: 5850004.

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

Color convert

RGB1486789-
CMYK00.550.400.42
HSL343.7º37.67%42.16%-
HSV(B)343.7º54.73%58.04%-
XYZ16.0211.0310.74-
YUV93.73125.34166.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 89 (35.16% from 255) = 29.28%
R=48.68%
G=22.04%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148678900.550.400.42343.737.6742.16
Hex944359037282A158262a
Octal22410313106750525304652
Binary10010100100001110110010110111101000101010101011000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944359; }

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

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

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

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

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

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

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

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