Html Css Color HEX #721413 Falu Red

📋 copy color: '#721413'

red 114 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #721413

Tints of Falu Red #721413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

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

R = 74.51%
G = 13.07%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#721413 (or 0x721413) is known color: Falu Red. HEX triplet: 72, 14 and 13. RGB value is (114,20,19). Sum of RGB (Red+Green+Blue) = 114+20+19=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #721413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721413 is #8DEBEC. Grayscale: #303030. Windows color (decimal): -9300973 or 1250418. OLE color: 1250418.

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

Color convert

RGB 114 20 19 -
CMYK 0 0.82 0.83 0.55
HSL 0.63º 0.71% 0.26% -
HSV(B) 0.63º 0.83% 0.45% -
XYZ 7.31 4.12 1.03 -
YUV 47.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 114 20 19 0 0.82 0.83 0.55 0.63 0.71 0.26
Hex 72 14 13 0 52 53 37 1 47 1A
Octal 162 24 23 0 122 123 67 1 107 32
Binary 1110010 10100 10011 0 1010010 1010011 110111 1 1000111 11010

Color Harmonies of #721413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721413

Black with #721413

Text Example


Text Example

White with #721413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721413; }

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

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

background-color css

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

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

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

border-color css

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

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

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