#913D6F

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

Shades of Cadillac #913D6F

Tints of Cadillac #913D6F

Color information

#913D6F (or 0x913D6F) is unknown color: approx Cadillac. HEX triplet: 91, 3D and 6F. RGB value is (145,61,111). Sum of RGB (Red+Green+Blue) = 145+61+111=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #913D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913D6F is #6EC290. Grayscale: #5B5B5B. Windows color (decimal): -7258769 or 7290257. OLE color: 7290257.

HSL color Cylindrical-coordinate representation of color #913D6F: hue angle of 324.29º 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 #913D6F is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14561111-
CMYK00.580.230.43
HSL324.29º40.78%40.39%-
HSV(B)324.29º57.93%56.86%-
XYZ16.2210.516.21-
YUV91.82138.83165.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=45.74%
G=19.24%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456111100.580.230.43324.2940.7840.39
Hex913D6F03A172B1442928
Octal2217515707227535045150
Binary100100011111011101111011101010111101011101000100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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