#93376D

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

Shades of Cadillac #93376D

Tints of Cadillac #93376D

Color information

#93376D (or 0x93376D) is unknown color: approx Cadillac. HEX triplet: 93, 37 and 6D. RGB value is (147,55,109). Sum of RGB (Red+Green+Blue) = 147+55+109=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93376D is #6CC892. Grayscale: #585858. Windows color (decimal): -7129235 or 7157651. OLE color: 7157651.

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

Color convert

RGB14755109-
CMYK00.630.260.42
HSL324.78º45.54%39.61%-
HSV(B)324.78º62.59%57.65%-
XYZ16.1610.0415.55-
YUV88.66139.48169.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=47.27%
G=17.68%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475510900.630.260.42324.7845.5439.61
Hex93376D03F1A2A1452e28
Octal2236715507732525055650
Binary100100111101111101101011111111010101010101000101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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