#914741

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

Shades of Matrix #914741

Tints of Matrix #914741

Color information

#914741 (or 0x914741) is unknown color: approx Matrix. HEX triplet: 91, 47 and 41. RGB value is (145,71,65). Sum of RGB (Red+Green+Blue) = 145+71+65=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #914741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914741 is #6EB8BE. Grayscale: #5C5C5C. Windows color (decimal): -7256255 or 4278161. OLE color: 4278161.

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

Color convert

RGB1457165-
CMYK00.510.550.43
HSL4.5º38.1%41.18%-
HSV(B)4.5º55.17%56.86%-
XYZ14.8810.916.32-
YUV92.44112.52165.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=51.60%
G=25.27%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145716500.510.550.434.538.141.18
Hex914741033372B52629
Octal221107101063675354651
Binary10010001100011110000010110011110111101011101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914741; }

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

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

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

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

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

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

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

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