Html Css Color HEX #721F13 Falu Red

📋 copy color: '#721F13'

red 114 ◦ green 31 ◦ blue 19

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

Shades of Falu Red #721F13

Tints of Falu Red #721F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.9%

 BLUE value IS 19 (7.81% from 255) = 11.59%

R = 69.51%
G = 18.9%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#721F13 (or 0x721F13) is known color: Falu Red. HEX triplet: 72, 1F and 13. RGB value is (114,31,19). Sum of RGB (Red+Green+Blue) = 114+31+19=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #721F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F13 is #8DE0EC. Grayscale: #363636. Windows color (decimal): -9298157 or 1253234. OLE color: 1253234.

HSL color Cylindrical-coordinate representation of color #721F13: hue angle of 7.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721F13 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 31 19 -
CMYK 0 0.73 0.83 0.55
HSL 7.58º 0.71% 0.26% -
HSV(B) 7.58º 0.83% 0.45% -
XYZ 7.55 4.6 1.11 -
YUV 54.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 114 31 19 0 0.73 0.83 0.55 7.58 0.71 0.26
Hex 72 1F 13 0 49 53 37 8 47 1A
Octal 162 37 23 0 111 123 67 10 107 32
Binary 1110010 11111 10011 0 1001001 1010011 110111 1000 1000111 11010

Color Harmonies of #721F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F13

Black with #721F13

Text Example


Text Example

White with #721F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721F13; }

 p { color: rgb(114,31,19); }

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

background-color css

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

 a { background-color: rgb(114,31,19); }

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

border-color css

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

 span { border-color: rgb(114,31,19); }

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