#72170B

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

Shades of Falu Red #72170B

Tints of Falu Red #72170B

Color information

#72170B (or 0x72170B) is unknown color: approx Falu Red. HEX triplet: 72, 17 and 0B. RGB value is (114,23,11). Sum of RGB (Red+Green+Blue) = 114+23+11=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #72170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72170B is #8DE8F4. Grayscale: #303030. Windows color (decimal): -9300213 or 726898. OLE color: 726898.

HSL color Cylindrical-coordinate representation of color #72170B: hue angle of 6.99º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72170B is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1142311-
CMYK00.800.900.55
HSL6.99º82.4%24.51%-
HSV(B)6.99º90.35%44.71%-
XYZ7.314.210.74-
YUV48.84106.65174.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.03%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=77.03%
G=15.54%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114231100.800.900.556.9982.424.51
Hex7217B0505A3775219
Octal1622713012013267712231
Binary1110010101111011010100001011010110111111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72170B; }

 p { color: rgb(114,23,11); }

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

<style>
 a { background-color: #72170B; }

 a { background-color: rgb(114,23,11); }

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

<style>
 span { border-color: #72170B; }

 span { border-color: rgb(114,23,11); }

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