#992F26

Color #992F26 Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #992F26

Tints of Milano Red #992F26

Color information

#992F26 (or 0x992F26) is unknown color: approx Milano Red. HEX triplet: 99, 2F and 26. RGB value is (153,47,38). Sum of RGB (Red+Green+Blue) = 153+47+38=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #992F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F26 is #66D0D9. Grayscale: #4D4D4D. Windows color (decimal): -6738138 or 2502553. OLE color: 2502553.

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

Color convert

RGB1534738-
CMYK00.690.750.4
HSL4.7º60.21%37.45%-
HSV(B)4.7º75.16%60%-
XYZ14.58.952.8-
YUV77.67105.62181.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.29%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=64.29%
G=19.75%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153473800.690.750.44.760.2137.45
Hex992F260454B2853c25
Octal231574601051135057445
Binary10011001101111100110010001011001011101000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #992F26;
 }
 .AnyTagClassName
 {
   color: #992F26;
 }
</style>
background-color css

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

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

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

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

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

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