Html Css Color HEX #963F37 Mojo

📋 copy color: '#963F37'

red 150 ◦ green 63 ◦ blue 55

#963F37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mojo #963F37

Tints of Mojo #963F37

RGB

 RED value IS 150 (58.98% from 255) = 55.97%

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 55.97%
G = 23.51%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963F37 (or 0x963F37) is known color: Mojo. HEX triplet: 96, 3F and 37. RGB value is (150,63,55). Sum of RGB (Red+Green+Blue) = 150+63+55=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F37 is #69C0C8. Grayscale: #585858. Windows color (decimal): -6930633 or 3620758. OLE color: 3620758.

HSL color Cylindrical-coordinate representation of color #963F37: hue angle of 5.05º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963F37 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 55 -
CMYK 0 0.58 0.63 0.41
HSL 5.05º 0.46% 0.4% -
HSV(B) 5.05º 0.63% 0.59% -
XYZ 15.04 10.31 4.81 -
YUV 88.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 150 63 55 0 0.58 0.63 0.41 5.05 0.46 0.4
Hex 96 3F 37 0 3A 3F 29 5 2E 28
Octal 226 77 67 0 72 77 51 5 56 50
Binary 10010110 111111 110111 0 111010 111111 101001 101 101110 101000

Color Harmonies of #963F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F37

Black with #963F37

Text Example


Text Example

White with #963F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963F37; }

 p { color: rgb(150,63,55); }

 H1.HeaderClassName
 {
   color: #963F37;
 }
 .AnyTagClassName
 {
   color: #963F37;
 }
</style>

background-color css

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

 a { background-color: rgb(150,63,55); }

 div.DivClassName
 {
   background-color: #963F37;
 }
 .BgClassName
 {
   background-color: #963F37;
 }
</style>

border-color css

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

 span { border-color: rgb(150,63,55); }

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