#93476D

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

Shades of Cadillac #93476D

Tints of Cadillac #93476D

Color information

#93476D (or 0x93476D) is unknown color: approx Cadillac. HEX triplet: 93, 47 and 6D. RGB value is (147,71,109). Sum of RGB (Red+Green+Blue) = 147+71+109=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93476D is #6CB892. Grayscale: #616161. Windows color (decimal): -7125139 or 7161747. OLE color: 7161747.

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

Color convert

RGB14771109-
CMYK00.520.260.42
HSL330º34.86%42.75%-
HSV(B)330º51.7%57.65%-
XYZ17.0511.8115.85-
YUV98.06134.18162.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=44.95%
G=21.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477110900.520.260.4233034.8642.75
Hex93476D0341A2A14a232b
Octal22310715506432525124353
Binary1001001110001111101101011010011010101010101001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,71,109); }

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

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

 a { background-color: rgb(147,71,109); }

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

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

 span { border-color: rgb(147,71,109); }

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