Html Css Color HEX #721207 Falu Red

📋 copy color: '#721207'

red 114 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #721207

Tints of Falu Red #721207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.04%

R = 82.01%
G = 12.95%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#721207 (or 0x721207) is known color: Falu Red. HEX triplet: 72, 12 and 07. RGB value is (114,18,7). Sum of RGB (Red+Green+Blue) = 114+18+7=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721207 is #8DEDF8. Grayscale: #2D2D2D. Windows color (decimal): -9301497 or 463474. OLE color: 463474.

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

Color convert

RGB 114 18 7 -
CMYK 0 0.84 0.94 0.55
HSL 6.17º 0.88% 0.24% -
HSV(B) 6.17º 0.94% 0.45% -
XYZ 7.19 4.03 0.6 -
YUV 45.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 114 18 7 0 0.84 0.94 0.55 6.17 0.88 0.24
Hex 72 12 7 0 54 5E 37 6 58 18
Octal 162 22 7 0 124 136 67 6 130 30
Binary 1110010 10010 111 0 1010100 1011110 110111 110 1011000 11000

Color Harmonies of #721207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721207

Black with #721207

Text Example


Text Example

White with #721207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721207; }

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

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

background-color css

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

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

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

border-color css

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

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

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