#94396D

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

Shades of Cadillac #94396D

Tints of Cadillac #94396D

Color information

#94396D (or 0x94396D) is unknown color: approx Cadillac. HEX triplet: 94, 39 and 6D. RGB value is (148,57,109). Sum of RGB (Red+Green+Blue) = 148+57+109=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #94396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94396D is #6BC692. Grayscale: #5A5A5A. Windows color (decimal): -7063187 or 7158164. OLE color: 7158164.

HSL color Cylindrical-coordinate representation of color #94396D: hue angle of 325.71º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94396D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14857109-
CMYK00.610.260.42
HSL325.71º44.39%40.2%-
HSV(B)325.71º61.49%58.04%-
XYZ16.4410.3315.59-
YUV90.14138.65169.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=47.13%
G=18.15%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485710900.610.260.42325.7144.3940.2
Hex94396D03D1A2A1462c28
Octal2247115507532525065450
Binary100101001110011101101011110111010101010101000110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,57,109); }

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

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

 a { background-color: rgb(148,57,109); }

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

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

 span { border-color: rgb(148,57,109); }

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