#702729

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

Shades of Monarch #702729

Tints of Monarch #702729

Color information

#702729 (or 0x702729) is unknown color: approx Monarch. HEX triplet: 70, 27 and 29. RGB value is (112,39,41). Sum of RGB (Red+Green+Blue) = 112+39+41=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #702729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702729 is #8FD8D6. Grayscale: #3D3D3D. Windows color (decimal): -9427159 or 2697072. OLE color: 2697072.

HSL color Cylindrical-coordinate representation of color #702729: hue angle of 358.36º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702729 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1123941-
CMYK00.650.630.56
HSL358.36º48.34%29.61%-
HSV(B)358.36º65.18%43.92%-
XYZ7.815.062.66-
YUV61.06116.68164.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=58.33%
G=20.31%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112394100.650.630.56358.3648.3429.61
Hex7027290413F38166301e
Octal1604751010177705466036
Binary11100001001111010010100000111111111100010110011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702729; }

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

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

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

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

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

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

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

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