#944457

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

Shades of Cadillac #944457

Tints of Cadillac #944457

Color information

#944457 (or 0x944457) is unknown color: approx Cadillac. HEX triplet: 94, 44 and 57. RGB value is (148,68,87). Sum of RGB (Red+Green+Blue) = 148+68+87=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #944457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944457 is #6BBBA8. Grayscale: #5E5E5E. Windows color (decimal): -7060393 or 5719188. OLE color: 5719188.

HSL color Cylindrical-coordinate representation of color #944457: hue angle of 345.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944457 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1486887-
CMYK00.540.410.42
HSL345.75º37.04%42.35%-
HSV(B)345.75º54.05%58.04%-
XYZ1611.1210.32-
YUV94.09124166.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=48.84%
G=22.44%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148688700.540.410.42345.7537.0442.35
Hex944457036292A15a252a
Octal22410412706651525324552
Binary10010100100010010101110110110101001101010101011010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944457; }

 p { color: rgb(148,68,87); }

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

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

 a { background-color: rgb(148,68,87); }

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

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

 span { border-color: rgb(148,68,87); }

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