Html Css Color HEX #721914 Falu Red

📋 copy color: '#721914'

red 114 ◦ green 25 ◦ blue 20

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

Shades of Falu Red #721914

Tints of Falu Red #721914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 71.7%
G = 15.72%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#721914 (or 0x721914) is known color: Falu Red. HEX triplet: 72, 19 and 14. RGB value is (114,25,20). Sum of RGB (Red+Green+Blue) = 114+25+20=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #721914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721914 is #8DE6EB. Grayscale: #333333. Windows color (decimal): -9299692 or 1317234. OLE color: 1317234.

HSL color Cylindrical-coordinate representation of color #721914: hue angle of 3.19º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721914 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 20 -
CMYK 0 0.78 0.82 0.55
HSL 3.19º 0.7% 0.26% -
HSV(B) 3.19º 0.82% 0.45% -
XYZ 7.41 4.32 1.11 -
YUV 51.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 114 25 20 0 0.78 0.82 0.55 3.19 0.7 0.26
Hex 72 19 14 0 4E 52 37 3 46 1A
Octal 162 31 24 0 116 122 67 3 106 32
Binary 1110010 11001 10100 0 1001110 1010010 110111 11 1000110 11010

Color Harmonies of #721914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721914

Black with #721914

Text Example


Text Example

White with #721914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721914; }

 p { color: rgb(114,25,20); }

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

background-color css

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

 a { background-color: rgb(114,25,20); }

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

border-color css

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

 span { border-color: rgb(114,25,20); }

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