Html Css Color HEX #992D29 Milano Red

📋 copy color: '#992D29'

red 153 ◦ green 45 ◦ blue 41

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

Shades of Milano Red #992D29

Tints of Milano Red #992D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.83%

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

R = 64.02%
G = 18.83%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#992D29 (or 0x992D29) is known color: Milano Red. HEX triplet: 99, 2D and 29. RGB value is (153,45,41). Sum of RGB (Red+Green+Blue) = 153+45+41=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #992D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D29 is #66D2D6. Grayscale: #4C4C4C. Windows color (decimal): -6738647 or 2698649. OLE color: 2698649.

HSL color Cylindrical-coordinate representation of color #992D29: hue angle of 2.14º 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 #992D29 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 45 41 -
CMYK 0 0.71 0.73 0.4
HSL 2.14º 0.58% 0.38% -
HSV(B) 2.14º 0.73% 0.6% -
XYZ 14.48 8.81 3.04 -
YUV 76.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 153 45 41 0 0.71 0.73 0.4 2.14 0.58 0.38
Hex 99 2D 29 0 47 49 28 2 3A 26
Octal 231 55 51 0 107 111 50 2 72 46
Binary 10011001 101101 101001 0 1000111 1001001 101000 10 111010 100110

Color Harmonies of #992D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D29

Black with #992D29

Text Example


Text Example

White with #992D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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