#721108

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

Shades of Falu Red #721108

Tints of Falu Red #721108

Color information

#721108 (or 0x721108) is unknown color: approx Falu Red. HEX triplet: 72, 11 and 08. RGB value is (114,17,8). Sum of RGB (Red+Green+Blue) = 114+17+8=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721108 is #8DEEF7. Grayscale: #2D2D2D. Windows color (decimal): -9301752 or 528754. OLE color: 528754.

HSL color Cylindrical-coordinate representation of color #721108: hue angle of 5.09º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #721108 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB114178-
CMYK00.850.930.55
HSL5.09º86.89%23.92%-
HSV(B)5.09º92.98%44.71%-
XYZ7.1840.62-
YUV44.98107.14177.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.01%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=82.01%
G=12.23%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11417800.850.930.555.0986.8923.92
Hex721180555D3755718
Octal1622110012513567512730
Binary1110010100011000010101011011101110111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721108; }

 p { color: rgb(114,17,8); }

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

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

 a { background-color: rgb(114,17,8); }

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

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

 span { border-color: rgb(114,17,8); }

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