#934848

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

Shades of Matrix #934848

Tints of Matrix #934848

Color information

#934848 (or 0x934848) is unknown color: approx Matrix. HEX triplet: 93, 48 and 48. RGB value is (147,72,72). Sum of RGB (Red+Green+Blue) = 147+72+72=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #934848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934848 is #6CB7B7. Grayscale: #5E5E5E. Windows color (decimal): -7124920 or 4737171. OLE color: 4737171.

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

Color convert

RGB1477272-
CMYK00.510.510.42
HSL34.25%42.94%-
HSV(B)51.02%57.65%-
XYZ15.5211.317.5-
YUV94.42115.35165.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.52%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=50.52%
G=24.74%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147727200.510.510.42034.2542.94
Hex934848033332A0222b
Octal223110110063635204253
Binary100100111001000100100001100111100111010100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934848; }

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

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

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

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

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

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

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

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