Html Css Color HEX #721D13 Falu Red

📋 copy color: '#721D13'

red 114 ◦ green 29 ◦ blue 19

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

Shades of Falu Red #721D13

Tints of Falu Red #721D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

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

R = 70.37%
G = 17.9%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#721D13 (or 0x721D13) is known color: Falu Red. HEX triplet: 72, 1D and 13. RGB value is (114,29,19). Sum of RGB (Red+Green+Blue) = 114+29+19=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #721D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721D13 is #8DE2EC. Grayscale: #353535. Windows color (decimal): -9298669 or 1252722. OLE color: 1252722.

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

Color convert

RGB 114 29 19 -
CMYK 0 0.75 0.83 0.55
HSL 6.32º 0.71% 0.26% -
HSV(B) 6.32º 0.83% 0.45% -
XYZ 7.5 4.5 1.09 -
YUV 53.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 114 29 19 0 0.75 0.83 0.55 6.32 0.71 0.26
Hex 72 1D 13 0 4B 53 37 6 47 1A
Octal 162 35 23 0 113 123 67 6 107 32
Binary 1110010 11101 10011 0 1001011 1010011 110111 110 1000111 11010

Color Harmonies of #721D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D13

Black with #721D13

Text Example


Text Example

White with #721D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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