Html Css Color HEX #721613 Falu Red

📋 copy color: '#721613'

red 114 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #721613

Tints of Falu Red #721613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 73.55%
G = 14.19%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#721613 (or 0x721613) is known color: Falu Red. HEX triplet: 72, 16 and 13. RGB value is (114,22,19). Sum of RGB (Red+Green+Blue) = 114+22+19=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #721613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721613 is #8DE9EC. Grayscale: #313131. Windows color (decimal): -9300461 or 1250930. OLE color: 1250930.

HSL color Cylindrical-coordinate representation of color #721613: hue angle of 1.89º 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 #721613 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 19 -
CMYK 0 0.81 0.83 0.55
HSL 1.89º 0.71% 0.26% -
HSV(B) 1.89º 0.83% 0.45% -
XYZ 7.34 4.2 1.04 -
YUV 49.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 114 22 19 0 0.81 0.83 0.55 1.89 0.71 0.26
Hex 72 16 13 0 51 53 37 2 47 1A
Octal 162 26 23 0 121 123 67 2 107 32
Binary 1110010 10110 10011 0 1010001 1010011 110111 10 1000111 11010

Color Harmonies of #721613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721613

Black with #721613

Text Example


Text Example

White with #721613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721613; }

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

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

background-color css

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

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

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

border-color css

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

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

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