Html Css Color HEX #721210 Falu Red

📋 copy color: '#721210'

red 114 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #721210

Tints of Falu Red #721210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 77.03%
G = 12.16%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#721210 (or 0x721210) is known color: Falu Red. HEX triplet: 72, 12 and 10. RGB value is (114,18,16). Sum of RGB (Red+Green+Blue) = 114+18+16=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #721210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721210 is #8DEDEF. Grayscale: #2E2E2E. Windows color (decimal): -9301488 or 1053298. OLE color: 1053298.

HSL color Cylindrical-coordinate representation of color #721210: hue angle of 1.22º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721210 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 16 -
CMYK 0 0.84 0.86 0.55
HSL 1.22º 0.75% 0.25% -
HSV(B) 1.22º 0.86% 0.45% -
XYZ 7.25 4.05 0.89 -
YUV 46.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 114 18 16 0 0.84 0.86 0.55 1.22 0.75 0.25
Hex 72 12 10 0 54 56 37 1 4B 19
Octal 162 22 20 0 124 126 67 1 113 31
Binary 1110010 10010 10000 0 1010100 1010110 110111 1 1001011 11001

Color Harmonies of #721210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721210

Black with #721210

Text Example


Text Example

White with #721210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721210; }

 p { color: rgb(114,18,16); }

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

background-color css

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

 a { background-color: rgb(114,18,16); }

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

border-color css

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

 span { border-color: rgb(114,18,16); }

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