Html Css Color HEX #963131 Milano Red

📋 copy color: '#963131'

red 150 ◦ green 49 ◦ blue 49

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

Shades of Milano Red #963131

Tints of Milano Red #963131

RGB

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

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

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

R = 60.48%
G = 19.76%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963131 (or 0x963131) is known color: Milano Red. HEX triplet: 96, 31 and 31. RGB value is (150,49,49). Sum of RGB (Red+Green+Blue) = 150+49+49=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #963131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963131 is #69CECE. Grayscale: #4F4F4F. Windows color (decimal): -6934223 or 3223958. OLE color: 3223958.

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

Color convert

RGB 150 49 49 -
CMYK 0 0.67 0.67 0.41
HSL 0.51% 0.39% -
HSV(B) 0.67% 0.59% -
XYZ 14.23 8.9 3.87 -
YUV 79.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 150 49 49 0 0.67 0.67 0.41 0 0.51 0.39
Hex 96 31 31 0 43 43 29 0 33 27
Octal 226 61 61 0 103 103 51 0 63 47
Binary 10010110 110001 110001 0 1000011 1000011 101001 0 110011 100111

Color Harmonies of #963131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963131

Black with #963131

Text Example


Text Example

White with #963131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963131; }

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

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

background-color css

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

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

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

border-color css

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

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

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