Html Css Color HEX #72110C Falu Red

📋 copy color: '#72110C'

red 114 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #72110C

Tints of Falu Red #72110C

RGB

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

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

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

R = 79.72%
G = 11.89%
B = 8.39%

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

#72110C (or 0x72110C) is known color: Falu Red. HEX triplet: 72, 11 and 0C. RGB value is (114,17,12). Sum of RGB (Red+Green+Blue) = 114+17+12=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #72110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72110C is #8DEEF3. Grayscale: #2D2D2D. Windows color (decimal): -9301748 or 790898. OLE color: 790898.

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

Color convert

RGB 114 17 12 -
CMYK 0 0.85 0.89 0.55
HSL 2.94º 0.81% 0.25% -
HSV(B) 2.94º 0.89% 0.45% -
XYZ 7.21 4 0.74 -
YUV 45.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 114 17 12 0 0.85 0.89 0.55 2.94 0.81 0.25
Hex 72 11 C 0 55 59 37 3 51 19
Octal 162 21 14 0 125 131 67 3 121 31
Binary 1110010 10001 1100 0 1010101 1011001 110111 11 1010001 11001

Color Harmonies of #72110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72110C

Black with #72110C

Text Example


Text Example

White with #72110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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