Html Css Color HEX #721F09 Falu Red

📋 copy color: '#721F09'

red 114 ◦ green 31 ◦ blue 9

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

Shades of Falu Red #721F09

Tints of Falu Red #721F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.13%

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

R = 74.03%
G = 20.13%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#721F09 (or 0x721F09) is known color: Falu Red. HEX triplet: 72, 1F and 09. RGB value is (114,31,9). Sum of RGB (Red+Green+Blue) = 114+31+9=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #721F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F09 is #8DE0F6. Grayscale: #353535. Windows color (decimal): -9298167 or 597874. OLE color: 597874.

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

Color convert

RGB 114 31 9 -
CMYK 0 0.73 0.92 0.55
HSL 12.57º 0.85% 0.24% -
HSV(B) 12.57º 0.92% 0.45% -
XYZ 7.48 4.58 0.75 -
YUV 53.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 114 31 9 0 0.73 0.92 0.55 12.57 0.85 0.24
Hex 72 1F 9 0 49 5C 37 D 55 18
Octal 162 37 11 0 111 134 67 15 125 30
Binary 1110010 11111 1001 0 1001001 1011100 110111 1101 1010101 11000

Color Harmonies of #721F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F09

Black with #721F09

Text Example


Text Example

White with #721F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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