Html Css Color HEX #71272F Monarch

📋 copy color: '#71272F'

red 113 ◦ green 39 ◦ blue 47

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

Shades of Monarch #71272F

Tints of Monarch #71272F

RGB

 RED value IS 113 (44.53% from 255) = 56.78%

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

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 56.78%
G = 19.6%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71272F (or 0x71272F) is known color: Monarch. HEX triplet: 71, 27 and 2F. RGB value is (113,39,47). Sum of RGB (Red+Green+Blue) = 113+39+47=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71272F is #8ED8D0. Grayscale: #3E3E3E. Windows color (decimal): -9361617 or 3090289. OLE color: 3090289.

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

Color convert

RGB 113 39 47 -
CMYK 0 0.65 0.58 0.56
HSL 353.51º 0.49% 0.3% -
HSV(B) 353.51º 0.65% 0.44% -
XYZ 8.05 5.17 3.26 -
YUV 62.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 113 39 47 0 0.65 0.58 0.56 353.51 0.49 0.3
Hex 71 27 2F 0 41 3A 38 162 31 1E
Octal 161 47 57 0 101 72 70 542 61 36
Binary 1110001 100111 101111 0 1000001 111010 111000 101100010 110001 11110

Color Harmonies of #71272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71272F

Black with #71272F

Text Example


Text Example

White with #71272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71272F; }

 p { color: rgb(113,39,47); }

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

background-color css

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

 a { background-color: rgb(113,39,47); }

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

border-color css

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

 span { border-color: rgb(113,39,47); }

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