#93425A

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

Shades of Cadillac #93425A

Tints of Cadillac #93425A

Color information

#93425A (or 0x93425A) is unknown color: approx Cadillac. HEX triplet: 93, 42 and 5A. RGB value is (147,66,90). Sum of RGB (Red+Green+Blue) = 147+66+90=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93425A is #6CBDA5. Grayscale: #5C5C5C. Windows color (decimal): -7126438 or 5915283. OLE color: 5915283.

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

Color convert

RGB1476690-
CMYK00.550.390.42
HSL342.22º38.03%41.76%-
HSV(B)342.22º55.1%57.65%-
XYZ15.8310.8410.93-
YUV92.96126.34166.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=48.51%
G=21.78%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147669000.550.390.42342.2238.0341.76
Hex93425A037272A156262a
Octal22310213206747525264652
Binary10010011100001010110100110111100111101010101010110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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