#70262B

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

Shades of Monarch #70262B

Tints of Monarch #70262B

Color information

#70262B (or 0x70262B) is unknown color: approx Monarch. HEX triplet: 70, 26 and 2B. RGB value is (112,38,43). Sum of RGB (Red+Green+Blue) = 112+38+43=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70262B is #8FD9D4. Grayscale: #3C3C3C. Windows color (decimal): -9427413 or 2827888. OLE color: 2827888.

HSL color Cylindrical-coordinate representation of color #70262B: hue angle of 355.95º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70262B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1123843-
CMYK00.660.620.56
HSL355.95º49.33%29.41%-
HSV(B)355.95º66.07%43.92%-
XYZ7.815.012.84-
YUV60.7118.02164.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=58.03%
G=19.69%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112384300.660.620.56355.9549.3329.41
Hex70262B0423E38164311d
Octal1604653010276705446135
Binary11100001001101010110100001011111011100010110010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70262B; }

 p { color: rgb(112,38,43); }

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

<style>
 a { background-color: #70262B; }

 a { background-color: rgb(112,38,43); }

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

<style>
 span { border-color: #70262B; }

 span { border-color: rgb(112,38,43); }

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