Html Css Color HEX #71262E Monarch

📋 copy color: '#71262E'

red 113 ◦ green 38 ◦ blue 46

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

Shades of Monarch #71262E

Tints of Monarch #71262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

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

R = 57.36%
G = 19.29%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#71262E (or 0x71262E) is known color: Monarch. HEX triplet: 71, 26 and 2E. RGB value is (113,38,46). Sum of RGB (Red+Green+Blue) = 113+38+46=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71262E is #8ED9D1. Grayscale: #3D3D3D. Windows color (decimal): -9361874 or 3024497. OLE color: 3024497.

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

Color convert

RGB 113 38 46 -
CMYK 0 0.66 0.59 0.56
HSL 353.6º 0.5% 0.3% -
HSV(B) 353.6º 0.66% 0.44% -
XYZ 8 5.09 3.15 -
YUV 61.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 113 38 46 0 0.66 0.59 0.56 353.6 0.5 0.3
Hex 71 26 2E 0 42 3B 38 162 32 1E
Octal 161 46 56 0 102 73 70 542 62 36
Binary 1110001 100110 101110 0 1000010 111011 111000 101100010 110010 11110

Color Harmonies of #71262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71262E

Black with #71262E

Text Example


Text Example

White with #71262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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