Html Css Color HEX #702731 Monarch

📋 copy color: '#702731'

red 112 ◦ green 39 ◦ blue 49

#702731
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monarch #702731

Tints of Monarch #702731

RGB

 RED value IS 112 (44.14% from 255) = 56%

 GREEN value IS 39 (15.63% from 255) = 19.5%

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 56%
G = 19.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#702731 (or 0x702731) is known color: Monarch. HEX triplet: 70, 27 and 31. RGB value is (112,39,49). Sum of RGB (Red+Green+Blue) = 112+39+49=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702731 is #8FD8CE. Grayscale: #3E3E3E. Windows color (decimal): -9427151 or 3221360. OLE color: 3221360.

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

Color convert

RGB 112 39 49 -
CMYK 0 0.65 0.56 0.56
HSL 351.78º 0.48% 0.3% -
HSV(B) 351.78º 0.65% 0.44% -
XYZ 7.96 5.12 3.47 -
YUV 61.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 112 39 49 0 0.65 0.56 0.56 351.78 0.48 0.3
Hex 70 27 31 0 41 38 38 160 30 1E
Octal 160 47 61 0 101 70 70 540 60 36
Binary 1110000 100111 110001 0 1000001 111000 111000 101100000 110000 11110

Color Harmonies of #702731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702731

Black with #702731

Text Example


Text Example

White with #702731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702731; }

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

 H1.HeaderClassName
 {
   color: #702731;
 }
 .AnyTagClassName
 {
   color: #702731;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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