Html Css Color HEX #992E29 Milano Red

📋 copy color: '#992E29'

red 153 ◦ green 46 ◦ blue 41

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

Shades of Milano Red #992E29

Tints of Milano Red #992E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 63.75%
G = 19.17%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#992E29 (or 0x992E29) is known color: Milano Red. HEX triplet: 99, 2E and 29. RGB value is (153,46,41). Sum of RGB (Red+Green+Blue) = 153+46+41=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #992E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E29 is #66D1D6. Grayscale: #4D4D4D. Windows color (decimal): -6738391 or 2698905. OLE color: 2698905.

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

Color convert

RGB 153 46 41 -
CMYK 0 0.70 0.73 0.4
HSL 2.68º 0.58% 0.38% -
HSV(B) 2.68º 0.73% 0.6% -
XYZ 14.51 8.89 3.05 -
YUV 77.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 153 46 41 0 0.70 0.73 0.4 2.68 0.58 0.38
Hex 99 2E 29 0 46 49 28 3 3A 26
Octal 231 56 51 0 106 111 50 3 72 46
Binary 10011001 101110 101001 0 1000110 1001001 101000 11 111010 100110

Color Harmonies of #992E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E29

Black with #992E29

Text Example


Text Example

White with #992E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,46,41); }

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

background-color css

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

 a { background-color: rgb(153,46,41); }

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

border-color css

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

 span { border-color: rgb(153,46,41); }

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