Html Css Color HEX #95493F Mojo

📋 copy color: '#95493F'

red 149 ◦ green 73 ◦ blue 63

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

Shades of Mojo #95493F

Tints of Mojo #95493F

RGB

 RED value IS 149 (58.59% from 255) = 52.28%

 GREEN value IS 73 (28.91% from 255) = 25.61%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 52.28%
G = 25.61%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95493F (or 0x95493F) is known color: Mojo. HEX triplet: 95, 49 and 3F. RGB value is (149,73,63). Sum of RGB (Red+Green+Blue) = 149+73+63=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #95493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95493F is #6AB6C0. Grayscale: #5E5E5E. Windows color (decimal): -6993601 or 4147605. OLE color: 4147605.

HSL color Cylindrical-coordinate representation of color #95493F: hue angle of 6.98º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95493F is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 63 -
CMYK 0 0.51 0.58 0.42
HSL 6.98º 0.41% 0.42% -
HSV(B) 6.98º 0.58% 0.58% -
XYZ 15.67 11.51 6.1 -
YUV 94.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 149 73 63 0 0.51 0.58 0.42 6.98 0.41 0.42
Hex 95 49 3F 0 33 3A 2A 7 29 2A
Octal 225 111 77 0 63 72 52 7 51 52
Binary 10010101 1001001 111111 0 110011 111010 101010 111 101001 101010

Color Harmonies of #95493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95493F

Black with #95493F

Text Example


Text Example

White with #95493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95493F; }

 p { color: rgb(149,73,63); }

 H1.HeaderClassName
 {
   color: #95493F;
 }
 .AnyTagClassName
 {
   color: #95493F;
 }
</style>

background-color css

<style>
 a { background-color: #95493F; }

 a { background-color: rgb(149,73,63); }

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

border-color css

<style>
 span { border-color: #95493F; }

 span { border-color: rgb(149,73,63); }

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