#70252F

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

Shades of Monarch #70252F

Tints of Monarch #70252F

Color information

#70252F (or 0x70252F) is unknown color: approx Monarch. HEX triplet: 70, 25 and 2F. RGB value is (112,37,47). Sum of RGB (Red+Green+Blue) = 112+37+47=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70252F is #8FDAD0. Grayscale: #3C3C3C. Windows color (decimal): -9427665 or 3089776. OLE color: 3089776.

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

Color convert

RGB1123747-
CMYK00.670.580.56
HSL352º50.34%29.22%-
HSV(B)352º66.96%43.92%-
XYZ7.864.973.24-
YUV60.56120.35164.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=57.14%
G=18.88%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112374700.670.580.5635250.3429.22
Hex70252F0433A38160321d
Octal1604557010372705406235
Binary11100001001011011110100001111101011100010110000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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