Html Css Color HEX #721919 Falu Red

📋 copy color: '#721919'

red 114 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #721919

Tints of Falu Red #721919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

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

R = 69.51%
G = 15.24%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#721919 (or 0x721919) is known color: Falu Red. HEX triplet: 72, 19 and 19. RGB value is (114,25,25). Sum of RGB (Red+Green+Blue) = 114+25+25=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #721919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721919 is #8DE6E6. Grayscale: #333333. Windows color (decimal): -9299687 or 1644914. OLE color: 1644914.

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

Color convert

RGB 114 25 25 -
CMYK 0 0.78 0.78 0.55
HSL 0.64% 0.27% -
HSV(B) 0.78% 0.45% -
XYZ 7.46 4.34 1.36 -
YUV 51.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 114 25 25 0 0.78 0.78 0.55 0 0.64 0.27
Hex 72 19 19 0 4E 4E 37 0 40 1B
Octal 162 31 31 0 116 116 67 0 100 33
Binary 1110010 11001 11001 0 1001110 1001110 110111 0 1000000 11011

Color Harmonies of #721919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721919

Black with #721919

Text Example


Text Example

White with #721919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721919; }

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

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

background-color css

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

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

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

border-color css

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

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

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