Html Css Color HEX #721713 Falu Red

📋 copy color: '#721713'

red 114 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #721713

Tints of Falu Red #721713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

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

R = 73.08%
G = 14.74%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#721713 (or 0x721713) is known color: Falu Red. HEX triplet: 72, 17 and 13. RGB value is (114,23,19). Sum of RGB (Red+Green+Blue) = 114+23+19=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #721713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721713 is #8DE8EC. Grayscale: #313131. Windows color (decimal): -9300205 or 1251186. OLE color: 1251186.

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

Color convert

RGB 114 23 19 -
CMYK 0 0.80 0.83 0.55
HSL 2.53º 0.71% 0.26% -
HSV(B) 2.53º 0.83% 0.45% -
XYZ 7.36 4.24 1.05 -
YUV 49.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 114 23 19 0 0.80 0.83 0.55 2.53 0.71 0.26
Hex 72 17 13 0 50 53 37 3 47 1A
Octal 162 27 23 0 120 123 67 3 107 32
Binary 1110010 10111 10011 0 1010000 1010011 110111 11 1000111 11010

Color Harmonies of #721713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721713

Black with #721713

Text Example


Text Example

White with #721713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721713; }

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

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

background-color css

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

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

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

border-color css

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

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

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