#721B05

Color #721B05 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #721B05

Tints of Falu Red #721B05

Color information

#721B05 (or 0x721B05) is unknown color: approx Falu Red. HEX triplet: 72, 1B and 05. RGB value is (114,27,5). Sum of RGB (Red+Green+Blue) = 114+27+5=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #721B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B05 is #8DE4FA. Grayscale: #323232. Windows color (decimal): -9299195 or 334706. OLE color: 334706.

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

Color convert

RGB114275-
CMYK00.760.960.55
HSL12.11º91.6%23.33%-
HSV(B)12.11º95.61%44.71%-
XYZ7.364.370.6-
YUV50.5102.32173.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=78.08%
G=18.49%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11427500.760.960.5512.1191.623.33
Hex721B504C6037c5c17
Octal1623350114140671413427
Binary1110010110111010100110011000001101111100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #721B05;
 }
 .AnyTagClassName
 {
   color: #721B05;
 }
</style>
background-color css

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

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

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

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

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

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