#721C0F

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

Shades of Falu Red #721C0F

Tints of Falu Red #721C0F

Color information

#721C0F (or 0x721C0F) is unknown color: approx Falu Red. HEX triplet: 72, 1C and 0F. RGB value is (114,28,15). Sum of RGB (Red+Green+Blue) = 114+28+15=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #721C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C0F is #8DE3F0. Grayscale: #343434. Windows color (decimal): -9298929 or 990322. OLE color: 990322.

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

Color convert

RGB1142815-
CMYK00.750.870.55
HSL7.88º76.74%25.29%-
HSV(B)7.88º86.84%44.71%-
XYZ7.444.440.92-
YUV52.23106.99172.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=72.61%
G=17.83%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114281500.750.870.557.8876.7425.29
Hex721CF04B573784d19
Octal16234170113127671011531
Binary11100101110011110100101110101111101111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,28,15); }

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

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

 a { background-color: rgb(114,28,15); }

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

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

 span { border-color: rgb(114,28,15); }

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