#904B42

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

Shades of Matrix #904B42

Tints of Matrix #904B42

Color information

#904B42 (or 0x904B42) is unknown color: approx Matrix. HEX triplet: 90, 4B and 42. RGB value is (144,75,66). Sum of RGB (Red+Green+Blue) = 144+75+66=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #904B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904B42 is #6FB4BD. Grayscale: #5E5E5E. Windows color (decimal): -7320766 or 4344720. OLE color: 4344720.

HSL color Cylindrical-coordinate representation of color #904B42: hue angle of 6.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904B42 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1447566-
CMYK00.480.540.44
HSL6.92º37.14%41.18%-
HSV(B)6.92º54.17%56.47%-
XYZ1511.356.56-
YUV94.6111.86163.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.53%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=50.53%
G=26.32%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144756600.480.540.446.9237.1441.18
Hex904B42030362C72529
Octal220113102060665474551
Binary10010000100101110000100110000110110101100111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904B42; }

 p { color: rgb(144,75,66); }

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

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

 a { background-color: rgb(144,75,66); }

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

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

 span { border-color: rgb(144,75,66); }

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