Html Css Color HEX #71242F Monarch

📋 copy color: '#71242F'

red 113 ◦ green 36 ◦ blue 47

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

Shades of Monarch #71242F

Tints of Monarch #71242F

RGB

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

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

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

R = 57.65%
G = 18.37%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71242F (or 0x71242F) is known color: Monarch. HEX triplet: 71, 24 and 2F. RGB value is (113,36,47). Sum of RGB (Red+Green+Blue) = 113+36+47=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71242F is #8EDBD0. Grayscale: #3C3C3C. Windows color (decimal): -9362385 or 3089521. OLE color: 3089521.

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

Color convert

RGB 113 36 47 -
CMYK 0 0.68 0.58 0.56
HSL 351.43º 0.52% 0.29% -
HSV(B) 351.43º 0.68% 0.44% -
XYZ 7.95 4.98 3.23 -
YUV 60.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 113 36 47 0 0.68 0.58 0.56 351.43 0.52 0.29
Hex 71 24 2F 0 44 3A 38 15F 34 1D
Octal 161 44 57 0 104 72 70 537 64 35
Binary 1110001 100100 101111 0 1000100 111010 111000 101011111 110100 11101

Color Harmonies of #71242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71242F

Black with #71242F

Text Example


Text Example

White with #71242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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