#913B71

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

Shades of Cadillac #913B71

Tints of Cadillac #913B71

Color information

#913B71 (or 0x913B71) is unknown color: approx Cadillac. HEX triplet: 91, 3B and 71. RGB value is (145,59,113). Sum of RGB (Red+Green+Blue) = 145+59+113=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #913B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B71 is #6EC48E. Grayscale: #5A5A5A. Windows color (decimal): -7259279 or 7420817. OLE color: 7420817.

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

Color convert

RGB14559113-
CMYK00.590.220.43
HSL322.33º42.16%40%-
HSV(B)322.33º59.31%56.86%-
XYZ16.2210.3416.76-
YUV90.87140.49166.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=45.74%
G=18.61%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455911300.590.220.43322.3342.1640
Hex913B7103B162B1422a28
Octal2217316107326535025250
Binary100100011110111110001011101110110101011101000010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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