Html Css Color HEX #721707 Falu Red

📋 copy color: '#721707'

red 114 ◦ green 23 ◦ blue 7

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

Shades of Falu Red #721707

Tints of Falu Red #721707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 79.17%
G = 15.97%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#721707 (or 0x721707) is known color: Falu Red. HEX triplet: 72, 17 and 07. RGB value is (114,23,7). Sum of RGB (Red+Green+Blue) = 114+23+7=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721707 is #8DE8F8. Grayscale: #303030. Windows color (decimal): -9300217 or 464754. OLE color: 464754.

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

Color convert

RGB 114 23 7 -
CMYK 0 0.80 0.94 0.55
HSL 8.97º 0.88% 0.24% -
HSV(B) 8.97º 0.94% 0.45% -
XYZ 7.28 4.21 0.63 -
YUV 48.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 114 23 7 0 0.80 0.94 0.55 8.97 0.88 0.24
Hex 72 17 7 0 50 5E 37 9 58 18
Octal 162 27 7 0 120 136 67 11 130 30
Binary 1110010 10111 111 0 1010000 1011110 110111 1001 1011000 11000

Color Harmonies of #721707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721707

Black with #721707

Text Example


Text Example

White with #721707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721707; }

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

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

background-color css

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

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

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

border-color css

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

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

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