Html Css Color HEX #71242E Monarch

📋 copy color: '#71242E'

red 113 ◦ green 36 ◦ blue 46

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

Shades of Monarch #71242E

Tints of Monarch #71242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

 BLUE value IS 46 (18.36% from 255) = 23.59%

R = 57.95%
G = 18.46%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#71242E (or 0x71242E) is known color: Monarch. HEX triplet: 71, 24 and 2E. RGB value is (113,36,46). Sum of RGB (Red+Green+Blue) = 113+36+46=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71242E is #8EDBD1. Grayscale: #3C3C3C. Windows color (decimal): -9362386 or 3023985. OLE color: 3023985.

HSL color Cylindrical-coordinate representation of color #71242E: hue angle of 352.21º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71242E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 46 -
CMYK 0 0.68 0.59 0.56
HSL 352.21º 0.52% 0.29% -
HSV(B) 352.21º 0.68% 0.44% -
XYZ 7.93 4.97 3.13 -
YUV 60.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 113 36 46 0 0.68 0.59 0.56 352.21 0.52 0.29
Hex 71 24 2E 0 44 3B 38 160 34 1D
Octal 161 44 56 0 104 73 70 540 64 35
Binary 1110001 100100 101110 0 1000100 111011 111000 101100000 110100 11101

Color Harmonies of #71242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71242E

Black with #71242E

Text Example


Text Example

White with #71242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71242E; }

 p { color: rgb(113,36,46); }

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

background-color css

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

 a { background-color: rgb(113,36,46); }

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

border-color css

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

 span { border-color: rgb(113,36,46); }

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