#721608

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

Shades of Falu Red #721608

Tints of Falu Red #721608

Color information

#721608 (or 0x721608) is unknown color: approx Falu Red. HEX triplet: 72, 16 and 08. RGB value is (114,22,8). Sum of RGB (Red+Green+Blue) = 114+22+8=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721608 is #8DE9F7. Grayscale: #303030. Windows color (decimal): -9300472 or 530034. OLE color: 530034.

HSL color Cylindrical-coordinate representation of color #721608: hue angle of 7.92º 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 #721608 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB114228-
CMYK00.810.930.55
HSL7.92º86.89%23.92%-
HSV(B)7.92º92.98%44.71%-
XYZ7.274.170.65-
YUV47.91105.48175.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=79.17%
G=15.28%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11422800.810.930.557.9286.8923.92
Hex721680515D3785718
Octal16226100121135671012730
Binary11100101011010000101000110111011101111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721608; }

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

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

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

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

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

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

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

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