#914271

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

Shades of Cadillac #914271

Tints of Cadillac #914271

Color information

#914271 (or 0x914271) is unknown color: approx Cadillac. HEX triplet: 91, 42 and 71. RGB value is (145,66,113). Sum of RGB (Red+Green+Blue) = 145+66+113=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #914271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914271 is #6EBD8E. Grayscale: #5E5E5E. Windows color (decimal): -7257487 or 7422609. OLE color: 7422609.

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

Color convert

RGB14566113-
CMYK00.540.220.43
HSL324.3º37.44%41.37%-
HSV(B)324.3º54.48%56.86%-
XYZ16.6111.1116.89-
YUV94.98138.17163.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=44.75%
G=20.37%
B=34.88%

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
Decimal1456611300.540.220.43324.337.4441.37
Hex914271036162B1442529
Octal22110216106626535044551
Binary1001000110000101110001011011010110101011101000100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914271; }

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

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

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

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

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

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

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

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