Html Css Color HEX #721A09 Falu Red

📋 copy color: '#721A09'

red 114 ◦ green 26 ◦ blue 9

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

Shades of Falu Red #721A09

Tints of Falu Red #721A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

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

R = 76.51%
G = 17.45%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#721A09 (or 0x721A09) is known color: Falu Red. HEX triplet: 72, 1A and 09. RGB value is (114,26,9). Sum of RGB (Red+Green+Blue) = 114+26+9=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A09 is #8DE5F6. Grayscale: #323232. Windows color (decimal): -9299447 or 596594. OLE color: 596594.

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

Color convert

RGB 114 26 9 -
CMYK 0 0.77 0.92 0.55
HSL 9.71º 0.85% 0.24% -
HSV(B) 9.71º 0.92% 0.45% -
XYZ 7.36 4.34 0.71 -
YUV 50.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 114 26 9 0 0.77 0.92 0.55 9.71 0.85 0.24
Hex 72 1A 9 0 4D 5C 37 A 55 18
Octal 162 32 11 0 115 134 67 12 125 30
Binary 1110010 11010 1001 0 1001101 1011100 110111 1010 1010101 11000

Color Harmonies of #721A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A09

Black with #721A09

Text Example


Text Example

White with #721A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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