#914A40

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

Shades of Matrix #914A40

Tints of Matrix #914A40

Color information

#914A40 (or 0x914A40) is unknown color: approx Matrix. HEX triplet: 91, 4A and 40. RGB value is (145,74,64). Sum of RGB (Red+Green+Blue) = 145+74+64=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #914A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A40 is #6EB5BF. Grayscale: #5E5E5E. Windows color (decimal): -7255488 or 4213393. OLE color: 4213393.

HSL color Cylindrical-coordinate representation of color #914A40: hue angle of 7.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914A40 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1457464-
CMYK00.490.560.43
HSL7.41º38.76%40.98%-
HSV(B)7.41º55.86%56.86%-
XYZ15.0511.296.24-
YUV94.09111.02164.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=51.24%
G=26.15%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145746400.490.560.437.4138.7640.98
Hex914A40031382B72729
Octal221112100061705374751
Binary10010001100101010000000110001111000101011111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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