Html Css Color HEX #722108 Falu Red

📋 copy color: '#722108'

red 114 ◦ green 33 ◦ blue 8

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

Shades of Falu Red #722108

Tints of Falu Red #722108

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 73.55%
G = 21.29%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#722108 (or 0x722108) is known color: Falu Red. HEX triplet: 72, 21 and 08. RGB value is (114,33,8). Sum of RGB (Red+Green+Blue) = 114+33+8=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #722108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722108 is #8DDEF7. Grayscale: #363636. Windows color (decimal): -9297656 or 532850. OLE color: 532850.

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

Color convert

RGB 114 33 8 -
CMYK 0 0.71 0.93 0.55
HSL 14.15º 0.87% 0.24% -
HSV(B) 14.15º 0.93% 0.45% -
XYZ 7.53 4.68 0.74 -
YUV 54.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 114 33 8 0 0.71 0.93 0.55 14.15 0.87 0.24
Hex 72 21 8 0 47 5D 37 E 57 18
Octal 162 41 10 0 107 135 67 16 127 30
Binary 1110010 100001 1000 0 1000111 1011101 110111 1110 1010111 11000

Color Harmonies of #722108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722108

Black with #722108

Text Example


Text Example

White with #722108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722108; }

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

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

background-color css

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

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

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

border-color css

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

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

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