#934646

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

Shades of Matrix #934646

Tints of Matrix #934646

Color information

#934646 (or 0x934646) is unknown color: approx Matrix. HEX triplet: 93, 46 and 46. RGB value is (147,70,70). Sum of RGB (Red+Green+Blue) = 147+70+70=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #934646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934646 is #6CB9B9. Grayscale: #5D5D5D. Windows color (decimal): -7125434 or 4605587. OLE color: 4605587.

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

Color convert

RGB1477070-
CMYK00.520.520.42
HSL35.48%42.55%-
HSV(B)52.38%57.65%-
XYZ15.3311.037.11-
YUV93.02115.01166.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.22%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=51.22%
G=24.39%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147707000.520.520.42035.4842.55
Hex934646034342A0232b
Octal223106106064645204353
Binary100100111000110100011001101001101001010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934646; }

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

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

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

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

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

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

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

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