Html Css Color HEX #721407 Falu Red

📋 copy color: '#721407'

red 114 ◦ green 20 ◦ blue 7

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

Shades of Falu Red #721407

Tints of Falu Red #721407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 80.85%
G = 14.18%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#721407 (or 0x721407) is known color: Falu Red. HEX triplet: 72, 14 and 07. RGB value is (114,20,7). Sum of RGB (Red+Green+Blue) = 114+20+7=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #721407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721407 is #8DEBF8. Grayscale: #2E2E2E. Windows color (decimal): -9300985 or 463986. OLE color: 463986.

HSL color Cylindrical-coordinate representation of color #721407: hue angle of 7.29º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #721407 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 20 7 -
CMYK 0 0.82 0.94 0.55
HSL 7.29º 0.88% 0.24% -
HSV(B) 7.29º 0.94% 0.45% -
XYZ 7.23 4.09 0.61 -
YUV 46.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 114 20 7 0 0.82 0.94 0.55 7.29 0.88 0.24
Hex 72 14 7 0 52 5E 37 7 58 18
Octal 162 24 7 0 122 136 67 7 130 30
Binary 1110010 10100 111 0 1010010 1011110 110111 111 1011000 11000

Color Harmonies of #721407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721407

Black with #721407

Text Example


Text Example

White with #721407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721407; }

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

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

background-color css

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

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

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

border-color css

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

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

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