#97473B

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

Shades of Mojo #97473B

Tints of Mojo #97473B

Color information

#97473B (or 0x97473B) is unknown color: approx Mojo. HEX triplet: 97, 47 and 3B. RGB value is (151,71,59). Sum of RGB (Red+Green+Blue) = 151+71+59=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97473B is #68B8C4. Grayscale: #5D5D5D. Windows color (decimal): -6863045 or 3884951. OLE color: 3884951.

HSL color Cylindrical-coordinate representation of color #97473B: hue angle of 7.83º 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 #97473B is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1517159-
CMYK00.530.610.41
HSL7.83º43.81%41.18%-
HSV(B)7.83º60.93%59.22%-
XYZ15.8111.45.51-
YUV93.55108.5168.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.74%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=53.74%
G=25.27%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151715900.530.610.417.8343.8141.18
Hex97473B0353D2982c29
Octal227107730657551105451
Binary10010111100011111101101101011111011010011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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