Html Css Color HEX #721705 Falu Red

📋 copy color: '#721705'

red 114 ◦ green 23 ◦ blue 5

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

Shades of Falu Red #721705

Tints of Falu Red #721705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.52%

R = 80.28%
G = 16.2%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721705 (or 0x721705) is known color: Falu Red. HEX triplet: 72, 17 and 05. RGB value is (114,23,5). Sum of RGB (Red+Green+Blue) = 114+23+5=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #721705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721705 is #8DE8FA. Grayscale: #303030. Windows color (decimal): -9300219 or 333682. OLE color: 333682.

HSL color Cylindrical-coordinate representation of color #721705: hue angle of 9.91º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #721705 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 5 -
CMYK 0 0.80 0.96 0.55
HSL 9.91º 0.92% 0.23% -
HSV(B) 9.91º 0.96% 0.45% -
XYZ 7.27 4.2 0.57 -
YUV 48.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 114 23 5 0 0.80 0.96 0.55 9.91 0.92 0.23
Hex 72 17 5 0 50 60 37 A 5C 17
Octal 162 27 5 0 120 140 67 12 134 27
Binary 1110010 10111 101 0 1010000 1100000 110111 1010 1011100 10111

Color Harmonies of #721705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721705

Black with #721705

Text Example


Text Example

White with #721705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721705; }

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

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

background-color css

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

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

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

border-color css

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

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

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