#721B08

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

Shades of Falu Red #721B08

Tints of Falu Red #721B08

Color information

#721B08 (or 0x721B08) is unknown color: approx Falu Red. HEX triplet: 72, 1B and 08. RGB value is (114,27,8). Sum of RGB (Red+Green+Blue) = 114+27+8=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B08 is #8DE4F7. Grayscale: #333333. Windows color (decimal): -9299192 or 531314. OLE color: 531314.

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

Color convert

RGB114278-
CMYK00.760.930.55
HSL10.75º86.89%23.92%-
HSV(B)10.75º92.98%44.71%-
XYZ7.384.380.69-
YUV50.85103.82173.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=76.51%
G=18.12%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11427800.760.930.5510.7586.8923.92
Hex721B804C5D37b5718
Octal16233100114135671312730
Binary11100101101110000100110010111011101111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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