Html Css Color HEX #721209 Falu Red

📋 copy color: '#721209'

red 114 ◦ green 18 ◦ blue 9

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

Shades of Falu Red #721209

Tints of Falu Red #721209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

 BLUE value IS 9 (3.91% from 255) = 6.38%

R = 80.85%
G = 12.77%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#721209 (or 0x721209) is known color: Falu Red. HEX triplet: 72, 12 and 09. RGB value is (114,18,9). Sum of RGB (Red+Green+Blue) = 114+18+9=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #721209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721209 is #8DEDF6. Grayscale: #2D2D2D. Windows color (decimal): -9301495 or 594546. OLE color: 594546.

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

Color convert

RGB 114 18 9 -
CMYK 0 0.84 0.92 0.55
HSL 5.14º 0.85% 0.24% -
HSV(B) 5.14º 0.92% 0.45% -
XYZ 7.21 4.03 0.66 -
YUV 45.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 114 18 9 0 0.84 0.92 0.55 5.14 0.85 0.24
Hex 72 12 9 0 54 5C 37 5 55 18
Octal 162 22 11 0 124 134 67 5 125 30
Binary 1110010 10010 1001 0 1010100 1011100 110111 101 1010101 11000

Color Harmonies of #721209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721209

Black with #721209

Text Example


Text Example

White with #721209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721209; }

 p { color: rgb(114,18,9); }

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

background-color css

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

 a { background-color: rgb(114,18,9); }

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

border-color css

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

 span { border-color: rgb(114,18,9); }

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