#702728

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

Shades of Monarch #702728

Tints of Monarch #702728

Color information

#702728 (or 0x702728) is unknown color: approx Monarch. HEX triplet: 70, 27 and 28. RGB value is (112,39,40). Sum of RGB (Red+Green+Blue) = 112+39+40=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #702728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702728 is #8FD8D7. Grayscale: #3D3D3D. Windows color (decimal): -9427160 or 2631536. OLE color: 2631536.

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

Color convert

RGB1123940-
CMYK00.650.640.56
HSL359.18º48.34%29.61%-
HSV(B)359.18º65.18%43.92%-
XYZ7.795.052.57-
YUV60.94116.18164.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=58.64%
G=20.42%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112394000.650.640.56359.1848.3429.61
Hex7027280414038167301e
Octal16047500101100705476036
Binary111000010011110100001000001100000011100010110011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702728; }

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

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

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

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

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

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

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

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