#904848

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

Shades of Matrix #904848

Tints of Matrix #904848

Color information

#904848 (or 0x904848) is unknown color: approx Matrix. HEX triplet: 90, 48 and 48. RGB value is (144,72,72). Sum of RGB (Red+Green+Blue) = 144+72+72=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #904848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904848 is #6FB7B7. Grayscale: #5D5D5D. Windows color (decimal): -7321528 or 4737168. OLE color: 4737168.

HSL color Cylindrical-coordinate representation of color #904848: hue angle of 0º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #904848 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB1447272-
CMYK00.500.500.44
HSL33.33%42.35%-
HSV(B)50%56.47%-
XYZ14.9911.037.47-
YUV93.53115.85164-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144727200.500.500.44033.3342.35
Hex904848032322C0212a
Octal220110110062625404152
Binary100100001001000100100001100101100101011000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904848; }

 p { color: rgb(144,72,72); }

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

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

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

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

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

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

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