Html Css Color HEX #722309 Falu Red

📋 copy color: '#722309'

red 114 ◦ green 35 ◦ blue 9

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

Shades of Falu Red #722309

Tints of Falu Red #722309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

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

R = 72.15%
G = 22.15%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#722309 (or 0x722309) is known color: Falu Red. HEX triplet: 72, 23 and 09. RGB value is (114,35,9). Sum of RGB (Red+Green+Blue) = 114+35+9=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #722309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722309 is #8DDCF6. Grayscale: #373737. Windows color (decimal): -9297143 or 598898. OLE color: 598898.

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

Color convert

RGB 114 35 9 -
CMYK 0 0.69 0.92 0.55
HSL 14.86º 0.85% 0.24% -
HSV(B) 14.86º 0.92% 0.45% -
XYZ 7.59 4.8 0.78 -
YUV 55.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 114 35 9 0 0.69 0.92 0.55 14.86 0.85 0.24
Hex 72 23 9 0 45 5C 37 F 55 18
Octal 162 43 11 0 105 134 67 17 125 30
Binary 1110010 100011 1001 0 1000101 1011100 110111 1111 1010101 11000

Color Harmonies of #722309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722309

Black with #722309

Text Example


Text Example

White with #722309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722309; }

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

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

background-color css

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

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

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

border-color css

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

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

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