Html Css Color HEX #722118 Falu Red

📋 copy color: '#722118'

red 114 ◦ green 33 ◦ blue 24

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

Shades of Falu Red #722118

Tints of Falu Red #722118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

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

R = 66.67%
G = 19.3%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#722118 (or 0x722118) is known color: Falu Red. HEX triplet: 72, 21 and 18. RGB value is (114,33,24). Sum of RGB (Red+Green+Blue) = 114+33+24=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #722118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722118 is #8DDEE7. Grayscale: #383838. Windows color (decimal): -9297640 or 1581426. OLE color: 1581426.

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

Color convert

RGB 114 33 24 -
CMYK 0 0.71 0.79 0.55
HSL 0.65% 0.27% -
HSV(B) 0.79% 0.45% -
XYZ 7.65 4.73 1.37 -
YUV 56.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 114 33 24 0 0.71 0.79 0.55 6 0.65 0.27
Hex 72 21 18 0 47 4F 37 6 41 1B
Octal 162 41 30 0 107 117 67 6 101 33
Binary 1110010 100001 11000 0 1000111 1001111 110111 110 1000001 11011

Color Harmonies of #722118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722118

Black with #722118

Text Example


Text Example

White with #722118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722118; }

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

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

background-color css

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

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

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

border-color css

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

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

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