Html Css Color HEX #72180C Falu Red

📋 copy color: '#72180C'

red 114 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #72180C

Tints of Falu Red #72180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

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

R = 76%
G = 16%
B = 8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72180C (or 0x72180C) is known color: Falu Red. HEX triplet: 72, 18 and 0C. RGB value is (114,24,12). Sum of RGB (Red+Green+Blue) = 114+24+12=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #72180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72180C is #8DE7F3. Grayscale: #313131. Windows color (decimal): -9299956 or 792690. OLE color: 792690.

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

Color convert

RGB 114 24 12 -
CMYK 0 0.79 0.89 0.55
HSL 7.06º 0.81% 0.25% -
HSV(B) 7.06º 0.89% 0.45% -
XYZ 7.33 4.26 0.78 -
YUV 49.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 114 24 12 0 0.79 0.89 0.55 7.06 0.81 0.25
Hex 72 18 C 0 4F 59 37 7 51 19
Octal 162 30 14 0 117 131 67 7 121 31
Binary 1110010 11000 1100 0 1001111 1011001 110111 111 1010001 11001

Color Harmonies of #72180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72180C

Black with #72180C

Text Example


Text Example

White with #72180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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