Html Css Color HEX #721A19 Falu Red

📋 copy color: '#721A19'

red 114 ◦ green 26 ◦ blue 25

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

Shades of Falu Red #721A19

Tints of Falu Red #721A19

RGB

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

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

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

R = 69.09%
G = 15.76%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#721A19 (or 0x721A19) is known color: Falu Red. HEX triplet: 72, 1A and 19. RGB value is (114,26,25). Sum of RGB (Red+Green+Blue) = 114+26+25=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #721A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A19 is #8DE5E6. Grayscale: #343434. Windows color (decimal): -9299431 or 1645170. OLE color: 1645170.

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

Color convert

RGB 114 26 25 -
CMYK 0 0.77 0.78 0.55
HSL 0.67º 0.64% 0.27% -
HSV(B) 0.67º 0.78% 0.45% -
XYZ 7.48 4.39 1.37 -
YUV 52.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 114 26 25 0 0.77 0.78 0.55 0.67 0.64 0.27
Hex 72 1A 19 0 4D 4E 37 1 40 1B
Octal 162 32 31 0 115 116 67 1 100 33
Binary 1110010 11010 11001 0 1001101 1001110 110111 1 1000000 11011

Color Harmonies of #721A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A19

Black with #721A19

Text Example


Text Example

White with #721A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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