#97423B

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

Shades of Mojo #97423B

Tints of Mojo #97423B

Color information

#97423B (or 0x97423B) is unknown color: approx Mojo. HEX triplet: 97, 42 and 3B. RGB value is (151,66,59). Sum of RGB (Red+Green+Blue) = 151+66+59=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #97423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97423B is #68BDC4. Grayscale: #5A5A5A. Windows color (decimal): -6864325 or 3883671. OLE color: 3883671.

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

Color convert

RGB1516659-
CMYK00.560.610.41
HSL4.57º43.81%41.18%-
HSV(B)4.57º60.93%59.22%-
XYZ15.510.795.4-
YUV90.62110.16171.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.71%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=54.71%
G=23.91%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151665900.560.610.414.5743.8141.18
Hex97423B0383D2952c29
Octal22710273070755155451
Binary1001011110000101110110111000111101101001101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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