#93463B

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

Shades of Mojo #93463B

Tints of Mojo #93463B

Color information

#93463B (or 0x93463B) is unknown color: approx Mojo. HEX triplet: 93, 46 and 3B. RGB value is (147,70,59). Sum of RGB (Red+Green+Blue) = 147+70+59=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93463B is #6CB9C4. Grayscale: #5B5B5B. Windows color (decimal): -7125445 or 3884691. OLE color: 3884691.

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

Color convert

RGB1477059-
CMYK00.520.600.42
HSL7.5º42.72%40.39%-
HSV(B)7.5º59.86%57.65%-
XYZ15.0110.95.45-
YUV91.77109.51167.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=53.26%
G=25.36%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147705900.520.600.427.542.7240.39
Hex93463B0343C2A82b28
Octal223106730647452105350
Binary10010011100011011101101101001111001010101000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93463B; }

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

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

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

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

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

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

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

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