#914A42

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

Shades of Matrix #914A42

Tints of Matrix #914A42

Color information

#914A42 (or 0x914A42) is unknown color: approx Matrix. HEX triplet: 91, 4A and 42. RGB value is (145,74,66). Sum of RGB (Red+Green+Blue) = 145+74+66=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #914A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A42 is #6EB5BD. Grayscale: #5E5E5E. Windows color (decimal): -7255486 or 4344465. OLE color: 4344465.

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

Color convert

RGB1457466-
CMYK00.490.540.43
HSL6.08º37.44%41.37%-
HSV(B)6.08º54.48%56.86%-
XYZ15.1111.316.54-
YUV94.32112.02164.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=50.88%
G=25.96%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145746600.490.540.436.0837.4441.37
Hex914A42031362B62529
Octal221112102061665364551
Binary10010001100101010000100110001110110101011110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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