#914371

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

Shades of Cadillac #914371

Tints of Cadillac #914371

Color information

#914371 (or 0x914371) is unknown color: approx Cadillac. HEX triplet: 91, 43 and 71. RGB value is (145,67,113). Sum of RGB (Red+Green+Blue) = 145+67+113=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #914371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914371 is #6EBC8E. Grayscale: #5F5F5F. Windows color (decimal): -7257231 or 7422865. OLE color: 7422865.

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

Color convert

RGB14567113-
CMYK00.540.220.43
HSL324.62º36.79%41.57%-
HSV(B)324.62º53.79%56.86%-
XYZ16.6611.2316.91-
YUV95.57137.84163.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=44.62%
G=20.62%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456711300.540.220.43324.6236.7941.57
Hex914371036162B145252a
Octal22110316106626535054552
Binary1001000110000111110001011011010110101011101000101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914371; }

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

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

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

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

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

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

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

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