#712529

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

Shades of Monarch #712529

Tints of Monarch #712529

Color information

#712529 (or 0x712529) is unknown color: approx Monarch. HEX triplet: 71, 25 and 29. RGB value is (113,37,41). Sum of RGB (Red+Green+Blue) = 113+37+41=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #712529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712529 is #8EDAD6. Grayscale: #3C3C3C. Windows color (decimal): -9362135 or 2696561. OLE color: 2696561.

HSL color Cylindrical-coordinate representation of color #712529: hue angle of 356.84º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712529 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1133741-
CMYK00.670.640.56
HSL356.84º50.67%29.41%-
HSV(B)356.84º67.26%44.31%-
XYZ7.874.992.65-
YUV60.18117.18165.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=59.16%
G=19.37%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113374100.670.640.56356.8450.6729.41
Hex7125290434038165331d
Octal16145510103100705456335
Binary111000110010110100101000011100000011100010110010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712529; }

 p { color: rgb(113,37,41); }

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

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

 a { background-color: rgb(113,37,41); }

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

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

 span { border-color: rgb(113,37,41); }

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