#914646

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

Shades of Matrix #914646

Tints of Matrix #914646

Color information

#914646 (or 0x914646) is unknown color: approx Matrix. HEX triplet: 91, 46 and 46. RGB value is (145,70,70). Sum of RGB (Red+Green+Blue) = 145+70+70=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #914646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914646 is #6EB9B9. Grayscale: #5C5C5C. Windows color (decimal): -7256506 or 4605585. OLE color: 4605585.

HSL color Cylindrical-coordinate representation of color #914646: hue angle of 0º degrees, saturation: 0.35, 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 #914646 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB1457070-
CMYK00.520.520.43
HSL34.88%42.16%-
HSV(B)51.72%56.86%-
XYZ14.9710.847.1-
YUV92.42115.35165.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=50.88%
G=24.56%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145707000.520.520.43034.8842.16
Hex914646034342B0232a
Octal221106106064645304352
Binary100100011000110100011001101001101001010110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914646; }

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

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

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

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

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

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

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

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