#914563

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

Shades of Cadillac #914563

Tints of Cadillac #914563

Color information

#914563 (or 0x914563) is unknown color: approx Cadillac. HEX triplet: 91, 45 and 63. RGB value is (145,69,99). Sum of RGB (Red+Green+Blue) = 145+69+99=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #914563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914563 is #6EBA9C. Grayscale: #5F5F5F. Windows color (decimal): -7256733 or 6505873. OLE color: 6505873.

HSL color Cylindrical-coordinate representation of color #914563: hue angle of 336.32º degrees, saturation: 0.36, 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 #914563 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1456999-
CMYK00.520.320.43
HSL336.32º35.51%41.96%-
HSV(B)336.32º52.41%56.86%-
XYZ16.0611.1813.12-
YUV95.14130.18163.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=46.33%
G=22.04%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145699900.520.320.43336.3235.5141.96
Hex914563034202B150242a
Octal22110514306440535204452
Binary10010001100010111000110110100100000101011101010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914563; }

 p { color: rgb(145,69,99); }

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

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

 a { background-color: rgb(145,69,99); }

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

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

 span { border-color: rgb(145,69,99); }

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