#71272E

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

Shades of Monarch #71272E

Tints of Monarch #71272E

Color information

#71272E (or 0x71272E) is unknown color: approx Monarch. HEX triplet: 71, 27 and 2E. RGB value is (113,39,46). Sum of RGB (Red+Green+Blue) = 113+39+46=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71272E is #8ED8D1. Grayscale: #3D3D3D. Windows color (decimal): -9361618 or 3024753. OLE color: 3024753.

HSL color Cylindrical-coordinate representation of color #71272E: hue angle of 354.32º 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 #71272E is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1133946-
CMYK00.650.590.56
HSL354.32º48.68%29.8%-
HSV(B)354.32º65.49%44.31%-
XYZ8.035.163.16-
YUV61.92119.02164.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=57.07%
G=19.70%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113394600.650.590.56354.3248.6829.8
Hex71272E0413B38162311e
Octal1614756010173705426136
Binary11100011001111011100100000111101111100010110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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