#914A41

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

Shades of Matrix #914A41

Tints of Matrix #914A41

Color information

#914A41 (or 0x914A41) is unknown color: approx Matrix. HEX triplet: 91, 4A and 41. RGB value is (145,74,65). Sum of RGB (Red+Green+Blue) = 145+74+65=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #914A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A41 is #6EB5BE. Grayscale: #5E5E5E. Windows color (decimal): -7255487 or 4278929. OLE color: 4278929.

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

Color convert

RGB1457465-
CMYK00.490.550.43
HSL6.75º38.1%41.18%-
HSV(B)6.75º55.17%56.86%-
XYZ15.0811.36.39-
YUV94.2111.52164.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.06%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=51.06%
G=26.06%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145746500.490.550.436.7538.141.18
Hex914A41031372B72629
Octal221112101061675374651
Binary10010001100101010000010110001110111101011111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914A41; }

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

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

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

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

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

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

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

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