Html Css Color HEX #702729 Monarch

📋 copy color: '#702729'

red 112 ◦ green 39 ◦ blue 41

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

Shades of Monarch #702729

Tints of Monarch #702729

RGB

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

 GREEN value IS 39 (15.63% 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 value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#702729 (or 0x702729) is known color: 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

RGB 112 39 41 -
CMYK 0 0.65 0.63 0.56
HSL 358.36º 0.48% 0.3% -
HSV(B) 358.36º 0.65% 0.44% -
XYZ 7.81 5.06 2.66 -
YUV 61.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 112 39 41 0 0.65 0.63 0.56 358.36 0.48 0.3
Hex 70 27 29 0 41 3F 38 166 30 1E
Octal 160 47 51 0 101 77 70 546 60 36
Binary 1110000 100111 101001 0 1000001 111111 111000 101100110 110000 11110

Color Harmonies of #702729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702729

Black with #702729

Text Example


Text Example

White with #702729

Text Example


Text Example

HTML Codes & Css Web 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>