#97413B

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

Shades of Mojo #97413B

Tints of Mojo #97413B

Color information

#97413B (or 0x97413B) is unknown color: approx Mojo. HEX triplet: 97, 41 and 3B. RGB value is (151,65,59). Sum of RGB (Red+Green+Blue) = 151+65+59=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #97413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97413B is #68BEC4. Grayscale: #5A5A5A. Windows color (decimal): -6864581 or 3883415. OLE color: 3883415.

HSL color Cylindrical-coordinate representation of color #97413B: hue angle of 3.91º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97413B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1516559-
CMYK00.570.610.41
HSL3.91º43.81%41.18%-
HSV(B)3.91º60.93%59.22%-
XYZ15.4410.685.38-
YUV90.03110.49171.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=54.91%
G=23.64%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151655900.570.610.413.9143.8141.18
Hex97413B0393D2942c29
Octal22710173071755145451
Binary1001011110000011110110111001111101101001100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,65,59); }

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

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

 a { background-color: rgb(151,65,59); }

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

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

 span { border-color: rgb(151,65,59); }

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