#721E08

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

Shades of Falu Red #721E08

Tints of Falu Red #721E08

Color information

#721E08 (or 0x721E08) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 08. RGB value is (114,30,8). Sum of RGB (Red+Green+Blue) = 114+30+8=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #721E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E08 is #8DE1F7. Grayscale: #343434. Windows color (decimal): -9298424 or 532082. OLE color: 532082.

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

Color convert

RGB114308-
CMYK00.740.930.55
HSL12.45º86.89%23.92%-
HSV(B)12.45º92.98%44.71%-
XYZ7.454.520.71-
YUV52.61102.83171.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=75%
G=19.74%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11430800.740.930.5512.4586.8923.92
Hex721E804A5D37c5718
Octal16236100112135671412730
Binary11100101111010000100101010111011101111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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