#93396B

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

Shades of Cadillac #93396B

Tints of Cadillac #93396B

Color information

#93396B (or 0x93396B) is unknown color: approx Cadillac. HEX triplet: 93, 39 and 6B. RGB value is (147,57,107). Sum of RGB (Red+Green+Blue) = 147+57+107=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93396B is #6CC694. Grayscale: #595959. Windows color (decimal): -7128725 or 7027091. OLE color: 7027091.

HSL color Cylindrical-coordinate representation of color #93396B: hue angle of 326.67º 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 #93396B is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14757107-
CMYK00.610.270.42
HSL326.67º44.12%40%-
HSV(B)326.67º61.22%57.65%-
XYZ16.1510.1915.03-
YUV89.61137.82168.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=47.27%
G=18.33%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475710700.610.270.42326.6744.1240
Hex93396B03D1B2A1472c28
Octal2237115307533525075450
Binary100100111110011101011011110111011101010101000111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93396B; }

 p { color: rgb(147,57,107); }

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

<style>
 a { background-color: #93396B; }

 a { background-color: rgb(147,57,107); }

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

<style>
 span { border-color: #93396B; }

 span { border-color: rgb(147,57,107); }

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