#93425c

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

Shades of Cadillac #93425C

Tints of Cadillac #93425C

Color information

#93425C (or 0x93425C) is unknown color: approx Cadillac. HEX triplet: 93, 42 and 5C. RGB value is (147,66,92). Sum of RGB (Red+Green+Blue) = 147+66+92=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93425C is #6CBDA3. Grayscale: #5D5D5D. Windows color (decimal): -7126436 or 6046355. OLE color: 6046355.

HSL color Cylindrical-coordinate representation of color #93425C: hue angle of 340.74º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93425C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1476692-
CMYK00.550.370.42
HSL340.74º38.03%41.76%-
HSV(B)340.74º55.1%57.65%-
XYZ15.9110.8711.39-
YUV93.18127.34166.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=48.20%
G=21.64%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147669200.550.370.42340.7438.0341.76
Hex93425C037252A155262a
Octal22310213406745525254652
Binary10010011100001010111000110111100101101010101010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93425c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93425c; }

 p { color: rgb(147,66,92); }

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

<style>
 a { background-color: #93425c; }

 a { background-color: rgb(147,66,92); }

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

<style>
 span { border-color: #93425c; }

 span { border-color: rgb(147,66,92); }

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