Html Css Color HEX #95413B Mojo

📋 copy color: '#95413B'

red 149 ◦ green 65 ◦ blue 59

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

Shades of Mojo #95413B

Tints of Mojo #95413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 54.58%
G = 23.81%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95413B (or 0x95413B) is known color: Mojo. HEX triplet: 95, 41 and 3B. RGB value is (149,65,59). Sum of RGB (Red+Green+Blue) = 149+65+59=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95413B is #6ABEC4. Grayscale: #595959. Windows color (decimal): -6995653 or 3883413. OLE color: 3883413.

HSL color Cylindrical-coordinate representation of color #95413B: hue angle of 4º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95413B is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 59 -
CMYK 0 0.56 0.60 0.42
HSL 0.43% 0.41% -
HSV(B) 0.6% 0.58% -
XYZ 15.07 10.49 5.37 -
YUV 89.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 149 65 59 0 0.56 0.60 0.42 4 0.43 0.41
Hex 95 41 3B 0 38 3C 2A 4 2B 29
Octal 225 101 73 0 70 74 52 4 53 51
Binary 10010101 1000001 111011 0 111000 111100 101010 100 101011 101001

Color Harmonies of #95413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95413B

Black with #95413B

Text Example


Text Example

White with #95413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95413B;
 }
 .AnyTagClassName
 {
   color: #95413B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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