#721C08

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

Shades of Falu Red #721C08

Tints of Falu Red #721C08

Color information

#721C08 (or 0x721C08) is unknown color: approx Falu Red. HEX triplet: 72, 1C and 08. RGB value is (114,28,8). Sum of RGB (Red+Green+Blue) = 114+28+8=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #721C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C08 is #8DE3F7. Grayscale: #333333. Windows color (decimal): -9298936 or 531570. OLE color: 531570.

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

Color convert

RGB114288-
CMYK00.750.930.55
HSL11.32º86.89%23.92%-
HSV(B)11.32º92.98%44.71%-
XYZ7.44.430.69-
YUV51.43103.49172.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 8 (3.52% from 255) = 5.33%
R=76%
G=18.67%
B=5.33%

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
Decimal11428800.750.930.5511.3286.8923.92
Hex721C804B5D37b5718
Octal16234100113135671312730
Binary11100101110010000100101110111011101111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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