#914161

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

Shades of Cadillac #914161

Tints of Cadillac #914161

Color information

#914161 (or 0x914161) is unknown color: approx Cadillac. HEX triplet: 91, 41 and 61. RGB value is (145,65,97). Sum of RGB (Red+Green+Blue) = 145+65+97=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #914161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914161 is #6EBE9E. Grayscale: #5C5C5C. Windows color (decimal): -7257759 or 6373777. OLE color: 6373777.

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

Color convert

RGB1456597-
CMYK00.550.330.43
HSL336º38.1%41.18%-
HSV(B)336º55.17%56.86%-
XYZ15.7310.6612.54-
YUV92.57130.5165.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=47.23%
G=21.17%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145659700.550.330.4333638.141.18
Hex914161037212B1502629
Octal22110114106741535204651
Binary10010001100000111000010110111100001101011101010000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914161; }

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

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

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

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

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

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

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

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