Html Css Color HEX #721917 Falu Red

📋 copy color: '#721917'

red 114 ◦ green 25 ◦ blue 23

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

Shades of Falu Red #721917

Tints of Falu Red #721917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 70.37%
G = 15.43%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#721917 (or 0x721917) is known color: Falu Red. HEX triplet: 72, 19 and 17. RGB value is (114,25,23). Sum of RGB (Red+Green+Blue) = 114+25+23=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #721917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721917 is #8DE6E8. Grayscale: #333333. Windows color (decimal): -9299689 or 1513842. OLE color: 1513842.

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

Color convert

RGB 114 25 23 -
CMYK 0 0.78 0.80 0.55
HSL 1.32º 0.66% 0.27% -
HSV(B) 1.32º 0.8% 0.45% -
XYZ 7.44 4.33 1.26 -
YUV 51.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 114 25 23 0 0.78 0.80 0.55 1.32 0.66 0.27
Hex 72 19 17 0 4E 50 37 1 42 1B
Octal 162 31 27 0 116 120 67 1 102 33
Binary 1110010 11001 10111 0 1001110 1010000 110111 1 1000010 11011

Color Harmonies of #721917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721917

Black with #721917

Text Example


Text Example

White with #721917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721917; }

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

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

background-color css

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

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

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

border-color css

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

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

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