Html Css Color HEX #72140B Falu Red

📋 copy color: '#72140B'

red 114 ◦ green 20 ◦ blue 11

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

Shades of Falu Red #72140B

Tints of Falu Red #72140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 78.62%
G = 13.79%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72140B (or 0x72140B) is known color: Falu Red. HEX triplet: 72, 14 and 0B. RGB value is (114,20,11). Sum of RGB (Red+Green+Blue) = 114+20+11=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #72140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72140B is #8DEBF4. Grayscale: #2F2F2F. Windows color (decimal): -9300981 or 726130. OLE color: 726130.

HSL color Cylindrical-coordinate representation of color #72140B: hue angle of 5.24º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72140B is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 20 11 -
CMYK 0 0.82 0.90 0.55
HSL 5.24º 0.82% 0.25% -
HSV(B) 5.24º 0.9% 0.45% -
XYZ 7.25 4.1 0.73 -
YUV 47.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 114 20 11 0 0.82 0.90 0.55 5.24 0.82 0.25
Hex 72 14 B 0 52 5A 37 5 52 19
Octal 162 24 13 0 122 132 67 5 122 31
Binary 1110010 10100 1011 0 1010010 1011010 110111 101 1010010 11001

Color Harmonies of #72140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72140B

Black with #72140B

Text Example


Text Example

White with #72140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72140B; }

 p { color: rgb(114,20,11); }

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

background-color css

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

 a { background-color: rgb(114,20,11); }

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

border-color css

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

 span { border-color: rgb(114,20,11); }

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