#721E1B

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

Shades of Falu Red #721E1B

Tints of Falu Red #721E1B

Color information

#721E1B (or 0x721E1B) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 1B. RGB value is (114,30,27). Sum of RGB (Red+Green+Blue) = 114+30+27=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E1B is #8DE1E4. Grayscale: #363636. Windows color (decimal): -9298405 or 1777266. OLE color: 1777266.

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

Color convert

RGB1143027-
CMYK00.740.760.55
HSL2.07º61.7%27.65%-
HSV(B)2.07º76.32%44.71%-
XYZ7.64.591.52-
YUV54.77112.33170.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 17.54%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=66.67%
G=17.54%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114302700.740.760.552.0761.727.65
Hex721E1B04A4C3723e1c
Octal162363301121146727634
Binary111001011110110110100101010011001101111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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