#712730

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

Shades of Monarch #712730

Tints of Monarch #712730

Color information

#712730 (or 0x712730) is unknown color: approx Monarch. HEX triplet: 71, 27 and 30. RGB value is (113,39,48). Sum of RGB (Red+Green+Blue) = 113+39+48=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #712730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712730 is #8ED8CF. Grayscale: #3E3E3E. Windows color (decimal): -9361616 or 3155825. OLE color: 3155825.

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

Color convert

RGB1133948-
CMYK00.650.580.56
HSL352.7º48.68%29.8%-
HSV(B)352.7º65.49%44.31%-
XYZ8.075.183.37-
YUV62.15120.02164.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 48 (19.14% from 255) = 24%
R=56.5%
G=19.5%
B=24%

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
Decimal113394800.650.580.56352.748.6829.8
Hex7127300413A38161311e
Octal1614760010172705416136
Binary11100011001111100000100000111101011100010110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712730; }

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

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

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

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

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

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

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

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