Html Css Color HEX #992F27 Milano Red

📋 copy color: '#992F27'

red 153 ◦ green 47 ◦ blue 39

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

Shades of Milano Red #992F27

Tints of Milano Red #992F27

RGB

 RED value IS 153 (60.16% from 255) = 64.02%

 GREEN value IS 47 (18.75% from 255) = 19.67%

 BLUE value IS 39 (15.63% from 255) = 16.32%

R = 64.02%
G = 19.67%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#992F27 (or 0x992F27) is known color: Milano Red. HEX triplet: 99, 2F and 27. RGB value is (153,47,39). Sum of RGB (Red+Green+Blue) = 153+47+39=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #992F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F27 is #66D0D8. Grayscale: #4D4D4D. Windows color (decimal): -6738137 or 2568089. OLE color: 2568089.

HSL color Cylindrical-coordinate representation of color #992F27: hue angle of 4.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992F27 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 47 39 -
CMYK 0 0.69 0.75 0.4
HSL 4.21º 0.59% 0.38% -
HSV(B) 4.21º 0.75% 0.6% -
XYZ 14.52 8.95 2.88 -
YUV 77.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 153 47 39 0 0.69 0.75 0.4 4.21 0.59 0.38
Hex 99 2F 27 0 45 4B 28 4 3B 26
Octal 231 57 47 0 105 113 50 4 73 46
Binary 10011001 101111 100111 0 1000101 1001011 101000 100 111011 100110

Color Harmonies of #992F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F27

Black with #992F27

Text Example


Text Example

White with #992F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992F27; }

 p { color: rgb(153,47,39); }

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

background-color css

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

 a { background-color: rgb(153,47,39); }

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

border-color css

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

 span { border-color: rgb(153,47,39); }

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