Html Css Color HEX #722014 Falu Red

📋 copy color: '#722014'

red 114 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #722014

Tints of Falu Red #722014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 68.67%
G = 19.28%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#722014 (or 0x722014) is known color: Falu Red. HEX triplet: 72, 20 and 14. RGB value is (114,32,20). Sum of RGB (Red+Green+Blue) = 114+32+20=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #722014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722014 is #8DDFEB. Grayscale: #373737. Windows color (decimal): -9297900 or 1319026. OLE color: 1319026.

HSL color Cylindrical-coordinate representation of color #722014: hue angle of 7.66º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722014 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 20 -
CMYK 0 0.72 0.82 0.55
HSL 7.66º 0.7% 0.26% -
HSV(B) 7.66º 0.82% 0.45% -
XYZ 7.58 4.66 1.16 -
YUV 55.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 114 32 20 0 0.72 0.82 0.55 7.66 0.7 0.26
Hex 72 20 14 0 48 52 37 8 46 1A
Octal 162 40 24 0 110 122 67 10 106 32
Binary 1110010 100000 10100 0 1001000 1010010 110111 1000 1000110 11010

Color Harmonies of #722014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722014

Black with #722014

Text Example


Text Example

White with #722014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722014; }

 p { color: rgb(114,32,20); }

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

background-color css

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

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

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

border-color css

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

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

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