#702529

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

Shades of Monarch #702529

Tints of Monarch #702529

Color information

#702529 (or 0x702529) is unknown color: approx Monarch. HEX triplet: 70, 25 and 29. RGB value is (112,37,41). Sum of RGB (Red+Green+Blue) = 112+37+41=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #702529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702529 is #8FDAD6. Grayscale: #3B3B3B. Windows color (decimal): -9427671 or 2696560. OLE color: 2696560.

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

Color convert

RGB1123741-
CMYK00.670.630.56
HSL356.8º50.34%29.22%-
HSV(B)356.8º66.96%43.92%-
XYZ7.744.932.64-
YUV59.88117.35165.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=58.95%
G=19.47%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112374100.670.630.56356.850.3429.22
Hex7025290433F38165321d
Octal1604551010377705456235
Binary11100001001011010010100001111111111100010110010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702529; }

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

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

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

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

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

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

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

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