Html Css Color HEX #721605 Falu Red

📋 copy color: '#721605'

red 114 ◦ green 22 ◦ blue 5

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

Shades of Falu Red #721605

Tints of Falu Red #721605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 80.85%
G = 15.6%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721605 (or 0x721605) is known color: Falu Red. HEX triplet: 72, 16 and 05. RGB value is (114,22,5). Sum of RGB (Red+Green+Blue) = 114+22+5=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #721605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721605 is #8DE9FA. Grayscale: #2F2F2F. Windows color (decimal): -9300475 or 333426. OLE color: 333426.

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

Color convert

RGB 114 22 5 -
CMYK 0 0.81 0.96 0.55
HSL 9.36º 0.92% 0.23% -
HSV(B) 9.36º 0.96% 0.45% -
XYZ 7.25 4.16 0.56 -
YUV 47.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 114 22 5 0 0.81 0.96 0.55 9.36 0.92 0.23
Hex 72 16 5 0 51 60 37 9 5C 17
Octal 162 26 5 0 121 140 67 11 134 27
Binary 1110010 10110 101 0 1010001 1100000 110111 1001 1011100 10111

Color Harmonies of #721605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721605

Black with #721605

Text Example


Text Example

White with #721605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721605; }

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

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

background-color css

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

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

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

border-color css

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

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

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