#914171

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

Shades of Cadillac #914171

Tints of Cadillac #914171

Color information

#914171 (or 0x914171) is unknown color: approx Cadillac. HEX triplet: 91, 41 and 71. RGB value is (145,65,113). Sum of RGB (Red+Green+Blue) = 145+65+113=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #914171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914171 is #6EBE8E. Grayscale: #5E5E5E. Windows color (decimal): -7257743 or 7422353. OLE color: 7422353.

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

Color convert

RGB14565113-
CMYK00.550.220.43
HSL324º38.1%41.18%-
HSV(B)324º55.17%56.86%-
XYZ16.5510.9916.87-
YUV94.39138.5164.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=44.89%
G=20.12%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456511300.550.220.4332438.141.18
Hex914171037162B1442629
Octal22110116106726535044651
Binary1001000110000011110001011011110110101011101000100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914171; }

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

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

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

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

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

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

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

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