#71272F

Color #71272F Monarch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monarch #71272F

Tints of Monarch #71272F

Color information

#71272F (or 0x71272F) is unknown color: approx Monarch. HEX triplet: 71, 27 and 2F. RGB value is (113,39,47). Sum of RGB (Red+Green+Blue) = 113+39+47=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71272F is #8ED8D0. Grayscale: #3E3E3E. Windows color (decimal): -9361617 or 3090289. OLE color: 3090289.

HSL color Cylindrical-coordinate representation of color #71272F: hue angle of 353.51º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71272F is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1133947-
CMYK00.650.580.56
HSL353.51º48.68%29.8%-
HSV(B)353.51º65.49%44.31%-
XYZ8.055.173.26-
YUV62.04119.52164.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=56.78%
G=19.60%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113394700.650.580.56353.5148.6829.8
Hex71272F0413A38162311e
Octal1614757010172705426136
Binary11100011001111011110100000111101011100010110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71272F; }

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

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

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

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

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

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

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

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