#914745

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

Shades of Matrix #914745

Tints of Matrix #914745

Color information

#914745 (or 0x914745) is unknown color: approx Matrix. HEX triplet: 91, 47 and 45. RGB value is (145,71,69). Sum of RGB (Red+Green+Blue) = 145+71+69=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #914745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914745 is #6EB8BA. Grayscale: #5C5C5C. Windows color (decimal): -7256251 or 4540305. OLE color: 4540305.

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

Color convert

RGB1457169-
CMYK00.510.520.43
HSL1.58º35.51%41.96%-
HSV(B)1.58º52.41%56.86%-
XYZ1510.966.95-
YUV92.9114.52165.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=50.88%
G=24.91%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145716900.510.520.431.5835.5141.96
Hex914745033342B2242a
Octal221107105063645324452
Binary1001000110001111000101011001111010010101110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914745; }

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

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

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

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

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

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

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

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