Html Css Color HEX #72120F Falu Red

📋 copy color: '#72120F'

red 114 ◦ green 18 ◦ blue 15

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

Shades of Falu Red #72120F

Tints of Falu Red #72120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 77.55%
G = 12.24%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72120F (or 0x72120F) is known color: Falu Red. HEX triplet: 72, 12 and 0F. RGB value is (114,18,15). Sum of RGB (Red+Green+Blue) = 114+18+15=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72120F is #8DEDF0. Grayscale: #2E2E2E. Windows color (decimal): -9301489 or 987762. OLE color: 987762.

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

Color convert

RGB 114 18 15 -
CMYK 0 0.84 0.87 0.55
HSL 1.82º 0.77% 0.25% -
HSV(B) 1.82º 0.87% 0.45% -
XYZ 7.24 4.04 0.85 -
YUV 46.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 114 18 15 0 0.84 0.87 0.55 1.82 0.77 0.25
Hex 72 12 F 0 54 57 37 2 4D 19
Octal 162 22 17 0 124 127 67 2 115 31
Binary 1110010 10010 1111 0 1010100 1010111 110111 10 1001101 11001

Color Harmonies of #72120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72120F

Black with #72120F

Text Example


Text Example

White with #72120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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