Html Css Color HEX #72120E Falu Red

📋 copy color: '#72120E'

red 114 ◦ green 18 ◦ blue 14

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

Shades of Falu Red #72120E

Tints of Falu Red #72120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 14 (5.86% from 255) = 9.59%

R = 78.08%
G = 12.33%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72120E (or 0x72120E) is known color: Falu Red. HEX triplet: 72, 12 and 0E. RGB value is (114,18,14). Sum of RGB (Red+Green+Blue) = 114+18+14=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72120E is #8DEDF1. Grayscale: #2E2E2E. Windows color (decimal): -9301490 or 922226. OLE color: 922226.

HSL color Cylindrical-coordinate representation of color #72120E: hue angle of 2.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72120E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 14 -
CMYK 0 0.84 0.88 0.55
HSL 2.4º 0.78% 0.25% -
HSV(B) 2.4º 0.88% 0.45% -
XYZ 7.24 4.04 0.81 -
YUV 46.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 114 18 14 0 0.84 0.88 0.55 2.4 0.78 0.25
Hex 72 12 E 0 54 58 37 2 4E 19
Octal 162 22 16 0 124 130 67 2 116 31
Binary 1110010 10010 1110 0 1010100 1011000 110111 10 1001110 11001

Color Harmonies of #72120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72120E

Black with #72120E

Text Example


Text Example

White with #72120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72120E; }

 p { color: rgb(114,18,14); }

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

background-color css

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

 a { background-color: rgb(114,18,14); }

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

border-color css

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

 span { border-color: rgb(114,18,14); }

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