#71242E

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

Shades of Monarch #71242E

Tints of Monarch #71242E

Color information

#71242E (or 0x71242E) is unknown color: approx Monarch. HEX triplet: 71, 24 and 2E. RGB value is (113,36,46). Sum of RGB (Red+Green+Blue) = 113+36+46=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71242E is #8EDBD1. Grayscale: #3C3C3C. Windows color (decimal): -9362386 or 3023985. OLE color: 3023985.

HSL color Cylindrical-coordinate representation of color #71242E: hue angle of 352.21º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71242E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1133646-
CMYK00.680.590.56
HSL352.21º51.68%29.22%-
HSV(B)352.21º68.14%44.31%-
XYZ7.934.973.13-
YUV60.16120.01165.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=57.95%
G=18.46%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113364600.680.590.56352.2151.6829.22
Hex71242E0443B38160341d
Octal1614456010473705406435
Binary11100011001001011100100010011101111100010110000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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