#702630

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

Shades of Monarch #702630

Tints of Monarch #702630

Color information

#702630 (or 0x702630) is unknown color: approx Monarch. HEX triplet: 70, 26 and 30. RGB value is (112,38,48). Sum of RGB (Red+Green+Blue) = 112+38+48=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702630 is #8FD9CF. Grayscale: #3D3D3D. Windows color (decimal): -9427408 or 3155568. OLE color: 3155568.

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

Color convert

RGB1123848-
CMYK00.660.570.56
HSL351.89º49.33%29.41%-
HSV(B)351.89º66.07%43.92%-
XYZ7.915.043.35-
YUV61.27120.52164.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=56.57%
G=19.19%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112384800.660.570.56351.8949.3329.41
Hex7026300423938160311d
Octal1604660010271705406135
Binary11100001001101100000100001011100111100010110000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702630; }

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

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

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

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

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

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

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

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