#712628

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

Shades of Monarch #712628

Tints of Monarch #712628

Color information

#712628 (or 0x712628) is unknown color: approx Monarch. HEX triplet: 71, 26 and 28. RGB value is (113,38,40). Sum of RGB (Red+Green+Blue) = 113+38+40=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #712628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712628 is #8ED9D7. Grayscale: #3C3C3C. Windows color (decimal): -9361880 or 2631281. OLE color: 2631281.

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

Color convert

RGB1133840-
CMYK00.660.650.56
HSL358.4º49.67%29.61%-
HSV(B)358.4º66.37%44.31%-
XYZ7.895.052.57-
YUV60.65116.35165.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=59.16%
G=19.90%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113384000.660.650.56358.449.6729.61
Hex7126280424138166321e
Octal16146500102101705466236
Binary111000110011010100001000010100000111100010110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712628; }

 p { color: rgb(113,38,40); }

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

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

 a { background-color: rgb(113,38,40); }

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

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

 span { border-color: rgb(113,38,40); }

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