#70232C

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

Shades of Monarch #70232C

Tints of Monarch #70232C

Color information

#70232C (or 0x70232C) is unknown color: approx Monarch. HEX triplet: 70, 23 and 2C. RGB value is (112,35,44). Sum of RGB (Red+Green+Blue) = 112+35+44=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70232C is #8FDCD3. Grayscale: #3B3B3B. Windows color (decimal): -9428180 or 2892656. OLE color: 2892656.

HSL color Cylindrical-coordinate representation of color #70232C: hue angle of 352.99º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70232C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1123544-
CMYK00.690.610.56
HSL352.99º52.38%28.82%-
HSV(B)352.99º68.75%43.92%-
XYZ7.744.832.91-
YUV59.05119.51165.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=58.64%
G=18.32%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112354400.690.610.56352.9952.3828.82
Hex70232C0453D38161341d
Octal1604354010575705416435
Binary11100001000111011000100010111110111100010110000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70232C; }

 p { color: rgb(112,35,44); }

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

<style>
 a { background-color: #70232C; }

 a { background-color: rgb(112,35,44); }

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

<style>
 span { border-color: #70232C; }

 span { border-color: rgb(112,35,44); }

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