#721F1B

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

Shades of Falu Red #721F1B

Tints of Falu Red #721F1B

Color information

#721F1B (or 0x721F1B) is unknown color: approx Falu Red. HEX triplet: 72, 1F and 1B. RGB value is (114,31,27). Sum of RGB (Red+Green+Blue) = 114+31+27=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #721F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F1B is #8DE0E4. Grayscale: #373737. Windows color (decimal): -9298149 or 1777522. OLE color: 1777522.

HSL color Cylindrical-coordinate representation of color #721F1B: hue angle of 2.76º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721F1B is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1143127-
CMYK00.730.760.55
HSL2.76º61.7%27.65%-
HSV(B)2.76º76.32%44.71%-
XYZ7.634.641.53-
YUV55.36112169.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=66.28%
G=18.02%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114312700.730.760.552.7661.727.65
Hex721F1B0494C3733e1c
Octal162373301111146737634
Binary111001011111110110100100110011001101111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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