Html Css Color HEX #721905 Falu Red

📋 copy color: '#721905'

red 114 ◦ green 25 ◦ blue 5

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

Shades of Falu Red #721905

Tints of Falu Red #721905

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 79.17%
G = 17.36%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721905 (or 0x721905) is known color: Falu Red. HEX triplet: 72, 19 and 05. RGB value is (114,25,5). Sum of RGB (Red+Green+Blue) = 114+25+5=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721905 is #8DE6FA. Grayscale: #313131. Windows color (decimal): -9299707 or 334194. OLE color: 334194.

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

Color convert

RGB 114 25 5 -
CMYK 0 0.78 0.96 0.55
HSL 11.01º 0.92% 0.23% -
HSV(B) 11.01º 0.96% 0.45% -
XYZ 7.31 4.28 0.58 -
YUV 49.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 114 25 5 0 0.78 0.96 0.55 11.01 0.92 0.23
Hex 72 19 5 0 4E 60 37 B 5C 17
Octal 162 31 5 0 116 140 67 13 134 27
Binary 1110010 11001 101 0 1001110 1100000 110111 1011 1011100 10111

Color Harmonies of #721905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721905

Black with #721905

Text Example


Text Example

White with #721905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721905; }

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

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

background-color css

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

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

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

border-color css

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

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

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