#914747

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

Shades of Matrix #914747

Tints of Matrix #914747

Color information

#914747 (or 0x914747) is unknown color: approx Matrix. HEX triplet: 91, 47 and 47. RGB value is (145,71,71). Sum of RGB (Red+Green+Blue) = 145+71+71=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #914747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914747 is #6EB8B8. Grayscale: #5D5D5D. Windows color (decimal): -7256249 or 4671377. OLE color: 4671377.

HSL color Cylindrical-coordinate representation of color #914747: hue angle of 0º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914747 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1457171-
CMYK00.510.510.43
HSL34.26%42.35%-
HSV(B)51.03%56.86%-
XYZ15.0710.987.29-
YUV93.13115.52165-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.52%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=50.52%
G=24.74%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145717100.510.510.43034.2642.35
Hex914747033332B0222a
Octal221107107063635304252
Binary100100011000111100011101100111100111010110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914747; }

 p { color: rgb(145,71,71); }

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

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

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

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

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

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

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