Html Css Color HEX #72140C Falu Red

📋 copy color: '#72140C'

red 114 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #72140C

Tints of Falu Red #72140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.22%

R = 78.08%
G = 13.7%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72140C (or 0x72140C) is known color: Falu Red. HEX triplet: 72, 14 and 0C. RGB value is (114,20,12). Sum of RGB (Red+Green+Blue) = 114+20+12=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72140C is #8DEBF3. Grayscale: #2F2F2F. Windows color (decimal): -9300980 or 791666. OLE color: 791666.

HSL color Cylindrical-coordinate representation of color #72140C: hue angle of 4.71º degrees, saturation: 0.81, 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 #72140C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 20 12 -
CMYK 0 0.82 0.89 0.55
HSL 4.71º 0.81% 0.25% -
HSV(B) 4.71º 0.89% 0.45% -
XYZ 7.26 4.1 0.76 -
YUV 47.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 114 20 12 0 0.82 0.89 0.55 4.71 0.81 0.25
Hex 72 14 C 0 52 59 37 5 51 19
Octal 162 24 14 0 122 131 67 5 121 31
Binary 1110010 10100 1100 0 1010010 1011001 110111 101 1010001 11001

Color Harmonies of #72140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72140C

Black with #72140C

Text Example


Text Example

White with #72140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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