Html Css Color HEX #722219 Falu Red

📋 copy color: '#722219'

red 114 ◦ green 34 ◦ blue 25

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

Shades of Falu Red #722219

Tints of Falu Red #722219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 65.9%
G = 19.65%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#722219 (or 0x722219) is known color: Falu Red. HEX triplet: 72, 22 and 19. RGB value is (114,34,25). Sum of RGB (Red+Green+Blue) = 114+34+25=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #722219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722219 is #8DDDE6. Grayscale: #393939. Windows color (decimal): -9297383 or 1647218. OLE color: 1647218.

HSL color Cylindrical-coordinate representation of color #722219: hue angle of 6.07º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722219 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 25 -
CMYK 0 0.70 0.78 0.55
HSL 6.07º 0.64% 0.27% -
HSV(B) 6.07º 0.78% 0.45% -
XYZ 7.69 4.79 1.44 -
YUV 56.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 114 34 25 0 0.70 0.78 0.55 6.07 0.64 0.27
Hex 72 22 19 0 46 4E 37 6 40 1B
Octal 162 42 31 0 106 116 67 6 100 33
Binary 1110010 100010 11001 0 1000110 1001110 110111 110 1000000 11011

Color Harmonies of #722219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722219

Black with #722219

Text Example


Text Example

White with #722219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722219; }

 p { color: rgb(114,34,25); }

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

background-color css

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

 a { background-color: rgb(114,34,25); }

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

border-color css

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

 span { border-color: rgb(114,34,25); }

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