Html Css Color HEX #702730 Monarch

📋 copy color: '#702730'

red 112 ◦ green 39 ◦ blue 48

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

Shades of Monarch #702730

Tints of Monarch #702730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 56.28%
G = 19.6%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#702730 (or 0x702730) is known color: Monarch. HEX triplet: 70, 27 and 30. RGB value is (112,39,48). Sum of RGB (Red+Green+Blue) = 112+39+48=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702730 is #8FD8CF. Grayscale: #3D3D3D. Windows color (decimal): -9427152 or 3155824. OLE color: 3155824.

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

Color convert

RGB 112 39 48 -
CMYK 0 0.65 0.57 0.56
HSL 352.6º 0.48% 0.3% -
HSV(B) 352.6º 0.65% 0.44% -
XYZ 7.94 5.11 3.36 -
YUV 61.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 112 39 48 0 0.65 0.57 0.56 352.6 0.48 0.3
Hex 70 27 30 0 41 39 38 161 30 1E
Octal 160 47 60 0 101 71 70 541 60 36
Binary 1110000 100111 110000 0 1000001 111001 111000 101100001 110000 11110

Color Harmonies of #702730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702730

Black with #702730

Text Example


Text Example

White with #702730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702730; }

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

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

background-color css

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

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

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

border-color css

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

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

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