#93446F

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

Shades of Cadillac #93446F

Tints of Cadillac #93446F

Color information

#93446F (or 0x93446F) is unknown color: approx Cadillac. HEX triplet: 93, 44 and 6F. RGB value is (147,68,111). Sum of RGB (Red+Green+Blue) = 147+68+111=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93446F is #6CBB90. Grayscale: #606060. Windows color (decimal): -7125905 or 7292051. OLE color: 7292051.

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

Color convert

RGB14768111-
CMYK00.540.240.42
HSL327.34º36.74%42.16%-
HSV(B)327.34º53.74%57.65%-
XYZ16.9711.4816.36-
YUV96.52136.17164-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=45.09%
G=20.86%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476811100.540.240.42327.3436.7442.16
Hex93446F036182A147252a
Octal22310415706630525074552
Binary1001001110001001101111011011011000101010101000111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93446F; }

 p { color: rgb(147,68,111); }

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

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

 a { background-color: rgb(147,68,111); }

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

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

 span { border-color: rgb(147,68,111); }

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