#93435A

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

Shades of Cadillac #93435A

Tints of Cadillac #93435A

Color information

#93435A (or 0x93435A) is unknown color: approx Cadillac. HEX triplet: 93, 43 and 5A. RGB value is (147,67,90). Sum of RGB (Red+Green+Blue) = 147+67+90=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93435A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93435A is #6CBCA5. Grayscale: #5D5D5D. Windows color (decimal): -7126182 or 5915539. OLE color: 5915539.

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

Color convert

RGB1476790-
CMYK00.540.390.42
HSL342.75º37.38%41.96%-
HSV(B)342.75º54.42%57.65%-
XYZ15.8910.9610.95-
YUV93.54126166.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=48.36%
G=22.04%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147679000.540.390.42342.7537.3841.96
Hex93435A036272A157252a
Octal22310313206647525274552
Binary10010011100001110110100110110100111101010101010111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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