#913D6E

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

Shades of Cadillac #913D6E

Tints of Cadillac #913D6E

Color information

#913D6E (or 0x913D6E) is unknown color: approx Cadillac. HEX triplet: 91, 3D and 6E. RGB value is (145,61,110). Sum of RGB (Red+Green+Blue) = 145+61+110=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #913D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913D6E is #6EC291. Grayscale: #5B5B5B. Windows color (decimal): -7258770 or 7224721. OLE color: 7224721.

HSL color Cylindrical-coordinate representation of color #913D6E: hue angle of 325º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #913D6E is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14561110-
CMYK00.580.240.43
HSL325º40.78%40.39%-
HSV(B)325º57.93%56.86%-
XYZ16.1610.4815.92-
YUV91.7138.33166.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.89%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=45.89%
G=19.30%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456111000.580.240.4332540.7840.39
Hex913D6E03A182B1452928
Octal2217515607230535055150
Binary100100011111011101110011101011000101011101000101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913D6E; }

 p { color: rgb(145,61,110); }

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

<style>
 a { background-color: #913D6E; }

 a { background-color: rgb(145,61,110); }

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

<style>
 span { border-color: #913D6E; }

 span { border-color: rgb(145,61,110); }

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