Html Css Color HEX #721C09 Falu Red

📋 copy color: '#721C09'

red 114 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #721C09

Tints of Falu Red #721C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

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

R = 75.5%
G = 18.54%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#721C09 (or 0x721C09) is known color: Falu Red. HEX triplet: 72, 1C and 09. RGB value is (114,28,9). Sum of RGB (Red+Green+Blue) = 114+28+9=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C09 is #8DE3F6. Grayscale: #333333. Windows color (decimal): -9298935 or 597106. OLE color: 597106.

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

Color convert

RGB 114 28 9 -
CMYK 0 0.75 0.92 0.55
HSL 10.86º 0.85% 0.24% -
HSV(B) 10.86º 0.92% 0.45% -
XYZ 7.4 4.43 0.72 -
YUV 51.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 114 28 9 0 0.75 0.92 0.55 10.86 0.85 0.24
Hex 72 1C 9 0 4B 5C 37 B 55 18
Octal 162 34 11 0 113 134 67 13 125 30
Binary 1110010 11100 1001 0 1001011 1011100 110111 1011 1010101 11000

Color Harmonies of #721C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C09

Black with #721C09

Text Example


Text Example

White with #721C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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