Html Css Color HEX #71242D Monarch

📋 copy color: '#71242D'

red 113 ◦ green 36 ◦ blue 45

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

Shades of Monarch #71242D

Tints of Monarch #71242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 58.25%
G = 18.56%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71242D (or 0x71242D) is known color: Monarch. HEX triplet: 71, 24 and 2D. RGB value is (113,36,45). Sum of RGB (Red+Green+Blue) = 113+36+45=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71242D is #8EDBD2. Grayscale: #3C3C3C. Windows color (decimal): -9362387 or 2958449. OLE color: 2958449.

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

Color convert

RGB 113 36 45 -
CMYK 0 0.68 0.60 0.56
HSL 352.99º 0.52% 0.29% -
HSV(B) 352.99º 0.68% 0.44% -
XYZ 7.91 4.96 3.02 -
YUV 60.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 113 36 45 0 0.68 0.60 0.56 352.99 0.52 0.29
Hex 71 24 2D 0 44 3C 38 161 34 1D
Octal 161 44 55 0 104 74 70 541 64 35
Binary 1110001 100100 101101 0 1000100 111100 111000 101100001 110100 11101

Color Harmonies of #71242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71242D

Black with #71242D

Text Example


Text Example

White with #71242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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