Html Css Color HEX #72130F Falu Red

📋 copy color: '#72130F'

red 114 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #72130F

Tints of Falu Red #72130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.84%

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

R = 77.03%
G = 12.84%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72130F (or 0x72130F) is known color: Falu Red. HEX triplet: 72, 13 and 0F. RGB value is (114,19,15). Sum of RGB (Red+Green+Blue) = 114+19+15=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #72130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72130F is #8DECF0. Grayscale: #2F2F2F. Windows color (decimal): -9301233 or 988018. OLE color: 988018.

HSL color Cylindrical-coordinate representation of color #72130F: hue angle of 2.42º 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 #72130F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 15 -
CMYK 0 0.83 0.87 0.55
HSL 2.42º 0.77% 0.25% -
HSV(B) 2.42º 0.87% 0.45% -
XYZ 7.26 4.08 0.86 -
YUV 46.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 114 19 15 0 0.83 0.87 0.55 2.42 0.77 0.25
Hex 72 13 F 0 53 57 37 2 4D 19
Octal 162 23 17 0 123 127 67 2 115 31
Binary 1110010 10011 1111 0 1010011 1010111 110111 10 1001101 11001

Color Harmonies of #72130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72130F

Black with #72130F

Text Example


Text Example

White with #72130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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