Html Css Color HEX #963231 Milano Red

📋 copy color: '#963231'

red 150 ◦ green 50 ◦ blue 49

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

Shades of Milano Red #963231

Tints of Milano Red #963231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

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

R = 60.24%
G = 20.08%
B = 19.68%

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

#963231 (or 0x963231) is known color: Milano Red. HEX triplet: 96, 32 and 31. RGB value is (150,50,49). Sum of RGB (Red+Green+Blue) = 150+50+49=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #963231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963231 is #69CDCE. Grayscale: #4F4F4F. Windows color (decimal): -6933967 or 3224214. OLE color: 3224214.

HSL color Cylindrical-coordinate representation of color #963231: hue angle of 0.59º 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 #963231 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 49 -
CMYK 0 0.67 0.67 0.41
HSL 0.59º 0.51% 0.39% -
HSV(B) 0.59º 0.67% 0.59% -
XYZ 14.27 8.99 3.89 -
YUV 79.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 150 50 49 0 0.67 0.67 0.41 0.59 0.51 0.39
Hex 96 32 31 0 43 43 29 1 33 27
Octal 226 62 61 0 103 103 51 1 63 47
Binary 10010110 110010 110001 0 1000011 1000011 101001 1 110011 100111

Color Harmonies of #963231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963231

Black with #963231

Text Example


Text Example

White with #963231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963231; }

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

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

background-color css

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

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

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

border-color css

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

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

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