#70242D

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

Shades of Monarch #70242D

Tints of Monarch #70242D

Color information

#70242D (or 0x70242D) is unknown color: approx Monarch. HEX triplet: 70, 24 and 2D. RGB value is (112,36,45). Sum of RGB (Red+Green+Blue) = 112+36+45=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70242D is #8FDBD2. Grayscale: #3B3B3B. Windows color (decimal): -9427923 or 2958448. OLE color: 2958448.

HSL color Cylindrical-coordinate representation of color #70242D: hue angle of 352.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70242D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1123645-
CMYK00.680.600.56
HSL352.89º51.35%29.02%-
HSV(B)352.89º67.86%43.92%-
XYZ7.794.93.02-
YUV59.75119.68165.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=58.03%
G=18.65%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112364500.680.600.56352.8951.3529.02
Hex70242D0443C38161331d
Octal1604455010474705416335
Binary11100001001001011010100010011110011100010110000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,36,45); }

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

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

 a { background-color: rgb(112,36,45); }

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

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

 span { border-color: rgb(112,36,45); }

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