#913B6F

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

Shades of Cadillac #913B6F

Tints of Cadillac #913B6F

Color information

#913B6F (or 0x913B6F) is unknown color: approx Cadillac. HEX triplet: 91, 3B and 6F. RGB value is (145,59,111). Sum of RGB (Red+Green+Blue) = 145+59+111=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #913B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B6F is #6EC490. Grayscale: #5A5A5A. Windows color (decimal): -7259281 or 7289745. OLE color: 7289745.

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

Color convert

RGB14559111-
CMYK00.590.230.43
HSL323.72º42.16%40%-
HSV(B)323.72º59.31%56.86%-
XYZ16.1110.316.18-
YUV90.64139.49166.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=46.03%
G=18.73%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455911100.590.230.43323.7242.1640
Hex913B6F03B172B1442a28
Octal2217315707327535045250
Binary100100011110111101111011101110111101011101000100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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