#71252D

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

Shades of Monarch #71252D

Tints of Monarch #71252D

Color information

#71252D (or 0x71252D) is unknown color: approx Monarch. HEX triplet: 71, 25 and 2D. RGB value is (113,37,45). Sum of RGB (Red+Green+Blue) = 113+37+45=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71252D is #8EDAD2. Grayscale: #3C3C3C. Windows color (decimal): -9362131 or 2958705. OLE color: 2958705.

HSL color Cylindrical-coordinate representation of color #71252D: hue angle of 353.68º 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 #71252D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1133745-
CMYK00.670.600.56
HSL353.68º50.67%29.41%-
HSV(B)353.68º67.26%44.31%-
XYZ7.955.023.03-
YUV60.64119.18165.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=57.95%
G=18.97%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113374500.670.600.56353.6850.6729.41
Hex71252D0433C38162331d
Octal1614555010374705426335
Binary11100011001011011010100001111110011100010110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71252D; }

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

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

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

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

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

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

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

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