#70252A

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

Shades of Monarch #70252A

Tints of Monarch #70252A

Color information

#70252A (or 0x70252A) is unknown color: approx Monarch. HEX triplet: 70, 25 and 2A. RGB value is (112,37,42). Sum of RGB (Red+Green+Blue) = 112+37+42=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70252A is #8FDAD5. Grayscale: #3C3C3C. Windows color (decimal): -9427670 or 2762096. OLE color: 2762096.

HSL color Cylindrical-coordinate representation of color #70252A: hue angle of 356º degrees, saturation: 0.5, 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 #70252A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1123742-
CMYK00.670.620.56
HSL356º50.34%29.22%-
HSV(B)356º66.96%43.92%-
XYZ7.764.942.73-
YUV59.99117.85165.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=58.64%
G=19.37%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112374200.670.620.5635650.3429.22
Hex70252A0433E38164321d
Octal1604552010376705446235
Binary11100001001011010100100001111111011100010110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70252A; }

 p { color: rgb(112,37,42); }

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

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

 a { background-color: rgb(112,37,42); }

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

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

 span { border-color: rgb(112,37,42); }

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