Html Css Color HEX #721110 Falu Red

📋 copy color: '#721110'

red 114 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #721110

Tints of Falu Red #721110

RGB

 RED value IS 114 (44.92% from 255) = 77.55%

 GREEN value IS 17 (7.03% from 255) = 11.56%

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 77.55%
G = 11.56%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#721110 (or 0x721110) is known color: Falu Red. HEX triplet: 72, 11 and 10. RGB value is (114,17,16). Sum of RGB (Red+Green+Blue) = 114+17+16=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #721110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721110 is #8DEEEF. Grayscale: #2D2D2D. Windows color (decimal): -9301744 or 1053042. OLE color: 1053042.

HSL color Cylindrical-coordinate representation of color #721110: hue angle of 0.61º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721110 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 16 -
CMYK 0 0.85 0.86 0.55
HSL 0.61º 0.75% 0.25% -
HSV(B) 0.61º 0.86% 0.45% -
XYZ 7.23 4.02 0.88 -
YUV 45.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 114 17 16 0 0.85 0.86 0.55 0.61 0.75 0.25
Hex 72 11 10 0 55 56 37 1 4B 19
Octal 162 21 20 0 125 126 67 1 113 31
Binary 1110010 10001 10000 0 1010101 1010110 110111 1 1001011 11001

Color Harmonies of #721110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721110

Black with #721110

Text Example


Text Example

White with #721110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721110; }

 p { color: rgb(114,17,16); }

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

background-color css

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

 a { background-color: rgb(114,17,16); }

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

border-color css

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

 span { border-color: rgb(114,17,16); }

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