#70282F

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

Shades of Monarch #70282F

Tints of Monarch #70282F

Color information

#70282F (or 0x70282F) is unknown color: approx Monarch. HEX triplet: 70, 28 and 2F. RGB value is (112,40,47). Sum of RGB (Red+Green+Blue) = 112+40+47=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #70282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70282F is #8FD7D0. Grayscale: #3E3E3E. Windows color (decimal): -9426897 or 3090544. OLE color: 3090544.

HSL color Cylindrical-coordinate representation of color #70282F: hue angle of 354.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70282F is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1124047-
CMYK00.640.580.56
HSL354.17º47.37%29.8%-
HSV(B)354.17º64.29%43.92%-
XYZ7.955.173.27-
YUV62.33119.35163.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=56.28%
G=20.10%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112404700.640.580.56354.1747.3729.8
Hex70282F0403A381622f1e
Octal1605057010072705425736
Binary11100001010001011110100000011101011100010110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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