Html Css Color HEX #721A06 Falu Red

📋 copy color: '#721A06'

red 114 ◦ green 26 ◦ blue 6

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

Shades of Falu Red #721A06

Tints of Falu Red #721A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.81%

 BLUE value IS 6 (2.73% from 255) = 4.11%

R = 78.08%
G = 17.81%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#721A06 (or 0x721A06) is known color: Falu Red. HEX triplet: 72, 1A and 06. RGB value is (114,26,6). Sum of RGB (Red+Green+Blue) = 114+26+6=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #721A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A06 is #8DE5F9. Grayscale: #323232. Windows color (decimal): -9299450 or 399986. OLE color: 399986.

HSL color Cylindrical-coordinate representation of color #721A06: hue angle of 11.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #721A06 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 26 6 -
CMYK 0 0.77 0.95 0.55
HSL 11.11º 0.9% 0.24% -
HSV(B) 11.11º 0.95% 0.45% -
XYZ 7.34 4.33 0.62 -
YUV 50.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 114 26 6 0 0.77 0.95 0.55 11.11 0.9 0.24
Hex 72 1A 6 0 4D 5F 37 B 5A 18
Octal 162 32 6 0 115 137 67 13 132 30
Binary 1110010 11010 110 0 1001101 1011111 110111 1011 1011010 11000

Color Harmonies of #721A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A06

Black with #721A06

Text Example


Text Example

White with #721A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721A06; }

 p { color: rgb(114,26,6); }

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

background-color css

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

 a { background-color: rgb(114,26,6); }

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

border-color css

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

 span { border-color: rgb(114,26,6); }

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