#93436A

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

Shades of Cadillac #93436A

Tints of Cadillac #93436A

Color information

#93436A (or 0x93436A) is unknown color: approx Cadillac. HEX triplet: 93, 43 and 6A. RGB value is (147,67,106). Sum of RGB (Red+Green+Blue) = 147+67+106=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93436A is #6CBC95. Grayscale: #5F5F5F. Windows color (decimal): -7126166 or 6964115. OLE color: 6964115.

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

Color convert

RGB14767106-
CMYK00.540.280.42
HSL330.75º37.38%41.96%-
HSV(B)330.75º54.42%57.65%-
XYZ16.6411.2614.93-
YUV95.37134164.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=45.94%
G=20.94%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476710600.540.280.42330.7537.3841.96
Hex93436A0361C2A14b252a
Octal22310315206634525134552
Binary1001001110000111101010011011011100101010101001011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93436A; }

 p { color: rgb(147,67,106); }

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

<style>
 a { background-color: #93436A; }

 a { background-color: rgb(147,67,106); }

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

<style>
 span { border-color: #93436A; }

 span { border-color: rgb(147,67,106); }

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