Html Css Color HEX #953232 Milano Red

📋 copy color: '#953232'

red 149 ◦ green 50 ◦ blue 50

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

Shades of Milano Red #953232

Tints of Milano Red #953232

RGB

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

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

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

R = 59.84%
G = 20.08%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953232 (or 0x953232) is known color: Milano Red. HEX triplet: 95, 32 and 32. RGB value is (149,50,50). Sum of RGB (Red+Green+Blue) = 149+50+50=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #953232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953232 is #6ACDCD. Grayscale: #4F4F4F. Windows color (decimal): -6999502 or 3289749. OLE color: 3289749.

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

Color convert

RGB 149 50 50 -
CMYK 0 0.66 0.66 0.42
HSL 0.5% 0.39% -
HSV(B) 0.66% 0.58% -
XYZ 14.11 8.9 3.99 -
YUV 79.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 149 50 50 0 0.66 0.66 0.42 0 0.5 0.39
Hex 95 32 32 0 42 42 2A 0 32 27
Octal 225 62 62 0 102 102 52 0 62 47
Binary 10010101 110010 110010 0 1000010 1000010 101010 0 110010 100111

Color Harmonies of #953232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953232

Black with #953232

Text Example


Text Example

White with #953232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953232; }

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

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

background-color css

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

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

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

border-color css

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

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

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