#94445D

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

Shades of Cadillac #94445D

Tints of Cadillac #94445D

Color information

#94445D (or 0x94445D) is unknown color: approx Cadillac. HEX triplet: 94, 44 and 5D. RGB value is (148,68,93). Sum of RGB (Red+Green+Blue) = 148+68+93=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94445D is #6BBBA2. Grayscale: #5E5E5E. Windows color (decimal): -7060387 or 6112404. OLE color: 6112404.

HSL color Cylindrical-coordinate representation of color #94445D: hue angle of 341.25º 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 #94445D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1486893-
CMYK00.540.370.42
HSL341.25º37.04%42.35%-
HSV(B)341.25º54.05%58.04%-
XYZ16.2611.2211.66-
YUV94.77127165.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=47.90%
G=22.01%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148689300.540.370.42341.2537.0442.35
Hex94445D036252A155252a
Octal22410413506645525254552
Binary10010100100010010111010110110100101101010101010101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94445D; }

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

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

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

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

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

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

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

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