Html Css Color HEX #72110D Falu Red

📋 copy color: '#72110D'

red 114 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #72110D

Tints of Falu Red #72110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 79.17%
G = 11.81%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72110D (or 0x72110D) is known color: Falu Red. HEX triplet: 72, 11 and 0D. RGB value is (114,17,13). Sum of RGB (Red+Green+Blue) = 114+17+13=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72110D is #8DEEF2. Grayscale: #2D2D2D. Windows color (decimal): -9301747 or 856434. OLE color: 856434.

HSL color Cylindrical-coordinate representation of color #72110D: hue angle of 2.38º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72110D is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 13 -
CMYK 0 0.85 0.89 0.55
HSL 2.38º 0.8% 0.25% -
HSV(B) 2.38º 0.89% 0.45% -
XYZ 7.21 4.01 0.77 -
YUV 45.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 114 17 13 0 0.85 0.89 0.55 2.38 0.8 0.25
Hex 72 11 D 0 55 59 37 2 50 19
Octal 162 21 15 0 125 131 67 2 120 31
Binary 1110010 10001 1101 0 1010101 1011001 110111 10 1010000 11001

Color Harmonies of #72110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72110D

Black with #72110D

Text Example


Text Example

White with #72110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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