Html Css Color HEX #953130 Milano Red

📋 copy color: '#953130'

red 149 ◦ green 49 ◦ blue 48

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

Shades of Milano Red #953130

Tints of Milano Red #953130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 60.57%
G = 19.92%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953130 (or 0x953130) is known color: Milano Red. HEX triplet: 95, 31 and 30. RGB value is (149,49,48). Sum of RGB (Red+Green+Blue) = 149+49+48=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #953130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953130 is #6ACECF. Grayscale: #4E4E4E. Windows color (decimal): -6999760 or 3158421. OLE color: 3158421.

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

Color convert

RGB 149 49 48 -
CMYK 0 0.67 0.68 0.42
HSL 0.59º 0.51% 0.39% -
HSV(B) 0.59º 0.68% 0.58% -
XYZ 14.03 8.8 3.76 -
YUV 78.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 149 49 48 0 0.67 0.68 0.42 0.59 0.51 0.39
Hex 95 31 30 0 43 44 2A 1 33 27
Octal 225 61 60 0 103 104 52 1 63 47
Binary 10010101 110001 110000 0 1000011 1000100 101010 1 110011 100111

Color Harmonies of #953130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953130

Black with #953130

Text Example


Text Example

White with #953130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953130; }

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

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

background-color css

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

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

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

border-color css

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

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

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