#914165

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

Shades of Cadillac #914165

Tints of Cadillac #914165

Color information

#914165 (or 0x914165) is unknown color: approx Cadillac. HEX triplet: 91, 41 and 65. RGB value is (145,65,101). Sum of RGB (Red+Green+Blue) = 145+65+101=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #914165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914165 is #6EBE9A. Grayscale: #5C5C5C. Windows color (decimal): -7257755 or 6635921. OLE color: 6635921.

HSL color Cylindrical-coordinate representation of color #914165: hue angle of 333º 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 #914165 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14565101-
CMYK00.550.300.43
HSL333º38.1%41.18%-
HSV(B)333º55.17%56.86%-
XYZ15.9210.7413.55-
YUV93.02132.5165.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=46.62%
G=20.90%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456510100.550.300.4333338.141.18
Hex9141650371E2B14d2629
Octal22110114506736535154651
Binary1001000110000011100101011011111110101011101001101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914165; }

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

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

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

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

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

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

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

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