#91465E

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

Shades of Cadillac #91465E

Tints of Cadillac #91465E

Color information

#91465E (or 0x91465E) is unknown color: approx Cadillac. HEX triplet: 91, 46 and 5E. RGB value is (145,70,94). Sum of RGB (Red+Green+Blue) = 145+70+94=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91465E is #6EB9A1. Grayscale: #5F5F5F. Windows color (decimal): -7256482 or 6178449. OLE color: 6178449.

HSL color Cylindrical-coordinate representation of color #91465E: hue angle of 340.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #91465E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB1457094-
CMYK00.520.350.43
HSL340.8º34.88%42.16%-
HSV(B)340.8º51.72%56.86%-
XYZ15.8911.2111.92-
YUV95.16127.35163.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=46.93%
G=22.65%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145709400.520.350.43340.834.8842.16
Hex91465E034232B155232a
Octal22110613606443535254352
Binary10010001100011010111100110100100011101011101010101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91465E; }

 p { color: rgb(145,70,94); }

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

<style>
 a { background-color: #91465E; }

 a { background-color: rgb(145,70,94); }

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

<style>
 span { border-color: #91465E; }

 span { border-color: rgb(145,70,94); }

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