Html Css Color HEX #953131 Milano Red

📋 copy color: '#953131'

red 149 ◦ green 49 ◦ blue 49

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

Shades of Milano Red #953131

Tints of Milano Red #953131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 60.32%
G = 19.84%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#953131 (or 0x953131) is known color: Milano Red. HEX triplet: 95, 31 and 31. RGB value is (149,49,49). Sum of RGB (Red+Green+Blue) = 149+49+49=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #953131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953131 is #6ACECE. Grayscale: #4F4F4F. Windows color (decimal): -6999759 or 3223957. OLE color: 3223957.

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

Color convert

RGB 149 49 49 -
CMYK 0 0.67 0.67 0.42
HSL 0.51% 0.39% -
HSV(B) 0.67% 0.58% -
XYZ 14.05 8.81 3.87 -
YUV 78.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 149 49 49 0 0.67 0.67 0.42 0 0.51 0.39
Hex 95 31 31 0 43 43 2A 0 33 27
Octal 225 61 61 0 103 103 52 0 63 47
Binary 10010101 110001 110001 0 1000011 1000011 101010 0 110011 100111

Color Harmonies of #953131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953131

Black with #953131

Text Example


Text Example

White with #953131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953131; }

 p { color: rgb(149,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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