#91465B

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

Shades of Cadillac #91465B

Tints of Cadillac #91465B

Color information

#91465B (or 0x91465B) is unknown color: approx Cadillac. HEX triplet: 91, 46 and 5B. RGB value is (145,70,91). Sum of RGB (Red+Green+Blue) = 145+70+91=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91465B is #6EB9A4. Grayscale: #5E5E5E. Windows color (decimal): -7256485 or 5981841. OLE color: 5981841.

HSL color Cylindrical-coordinate representation of color #91465B: hue angle of 343.2º 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 #91465B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1457091-
CMYK00.520.370.43
HSL343.2º34.88%42.16%-
HSV(B)343.2º51.72%56.86%-
XYZ15.7611.1611.22-
YUV94.82125.85163.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=47.39%
G=22.88%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145709100.520.370.43343.234.8842.16
Hex91465B034252B157232a
Octal22110613306445535274352
Binary10010001100011010110110110100100101101011101010111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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