Html Css Color HEX #721918 Falu Red

📋 copy color: '#721918'

red 114 ◦ green 25 ◦ blue 24

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

Shades of Falu Red #721918

Tints of Falu Red #721918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 69.94%
G = 15.34%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#721918 (or 0x721918) is known color: Falu Red. HEX triplet: 72, 19 and 18. RGB value is (114,25,24). Sum of RGB (Red+Green+Blue) = 114+25+24=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #721918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721918 is #8DE6E7. Grayscale: #333333. Windows color (decimal): -9299688 or 1579378. OLE color: 1579378.

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

Color convert

RGB 114 25 24 -
CMYK 0 0.78 0.79 0.55
HSL 0.67º 0.65% 0.27% -
HSV(B) 0.67º 0.79% 0.45% -
XYZ 7.45 4.34 1.31 -
YUV 51.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 114 25 24 0 0.78 0.79 0.55 0.67 0.65 0.27
Hex 72 19 18 0 4E 4F 37 1 41 1B
Octal 162 31 30 0 116 117 67 1 101 33
Binary 1110010 11001 11000 0 1001110 1001111 110111 1 1000001 11011

Color Harmonies of #721918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721918

Black with #721918

Text Example


Text Example

White with #721918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721918; }

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

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

background-color css

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

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

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

border-color css

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

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

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