#721D08

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

Shades of Falu Red #721D08

Tints of Falu Red #721D08

Color information

#721D08 (or 0x721D08) is unknown color: approx Falu Red. HEX triplet: 72, 1D and 08. RGB value is (114,29,8). Sum of RGB (Red+Green+Blue) = 114+29+8=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721D08 is #8DE2F7. Grayscale: #343434. Windows color (decimal): -9298680 or 531826. OLE color: 531826.

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

Color convert

RGB114298-
CMYK00.750.930.55
HSL11.89º86.89%23.92%-
HSV(B)11.89º92.98%44.71%-
XYZ7.424.470.7-
YUV52.02103.16172.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=75.50%
G=19.21%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11429800.750.930.5511.8986.8923.92
Hex721D804B5D37c5718
Octal16235100113135671412730
Binary11100101110110000100101110111011101111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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