Html Css Color HEX #72130E Falu Red

📋 copy color: '#72130E'

red 114 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #72130E

Tints of Falu Red #72130E

RGB

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

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

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

R = 77.55%
G = 12.93%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72130E (or 0x72130E) is known color: Falu Red. HEX triplet: 72, 13 and 0E. RGB value is (114,19,14). Sum of RGB (Red+Green+Blue) = 114+19+14=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72130E is #8DECF1. Grayscale: #2E2E2E. Windows color (decimal): -9301234 or 922482. OLE color: 922482.

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

Color convert

RGB 114 19 14 -
CMYK 0 0.83 0.88 0.55
HSL 0.78% 0.25% -
HSV(B) 0.88% 0.45% -
XYZ 7.25 4.07 0.82 -
YUV 46.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 114 19 14 0 0.83 0.88 0.55 3 0.78 0.25
Hex 72 13 E 0 53 58 37 3 4E 19
Octal 162 23 16 0 123 130 67 3 116 31
Binary 1110010 10011 1110 0 1010011 1011000 110111 11 1001110 11001

Color Harmonies of #72130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72130E

Black with #72130E

Text Example


Text Example

White with #72130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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