Html Css Color HEX #721108 Falu Red

📋 copy color: '#721108'

red 114 ◦ green 17 ◦ blue 8

#721108
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #721108

Tints of Falu Red #721108

RGB

 RED value IS 114 (44.92% from 255) = 82.01%

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 8 (3.52% from 255) = 5.76%

R = 82.01%
G = 12.23%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#721108 (or 0x721108) is known color: Falu Red. HEX triplet: 72, 11 and 08. RGB value is (114,17,8). Sum of RGB (Red+Green+Blue) = 114+17+8=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721108 is #8DEEF7. Grayscale: #2D2D2D. Windows color (decimal): -9301752 or 528754. OLE color: 528754.

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

Color convert

RGB 114 17 8 -
CMYK 0 0.85 0.93 0.55
HSL 5.09º 0.87% 0.24% -
HSV(B) 5.09º 0.93% 0.45% -
XYZ 7.18 4 0.62 -
YUV 44.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 114 17 8 0 0.85 0.93 0.55 5.09 0.87 0.24
Hex 72 11 8 0 55 5D 37 5 57 18
Octal 162 21 10 0 125 135 67 5 127 30
Binary 1110010 10001 1000 0 1010101 1011101 110111 101 1010111 11000

Color Harmonies of #721108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721108

Black with #721108

Text Example


Text Example

White with #721108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721108; }

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

 H1.HeaderClassName
 {
   color: #721108;
 }
 .AnyTagClassName
 {
   color: #721108;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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