Html Css Color HEX #72130D Falu Red

📋 copy color: '#72130D'

red 114 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #72130D

Tints of Falu Red #72130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 78.08%
G = 13.01%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72130D (or 0x72130D) is known color: Falu Red. HEX triplet: 72, 13 and 0D. RGB value is (114,19,13). Sum of RGB (Red+Green+Blue) = 114+19+13=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72130D is #8DECF2. Grayscale: #2E2E2E. Windows color (decimal): -9301235 or 856946. OLE color: 856946.

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

Color convert

RGB 114 19 13 -
CMYK 0 0.83 0.89 0.55
HSL 3.56º 0.8% 0.25% -
HSV(B) 3.56º 0.89% 0.45% -
XYZ 7.24 4.07 0.78 -
YUV 46.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 114 19 13 0 0.83 0.89 0.55 3.56 0.8 0.25
Hex 72 13 D 0 53 59 37 4 50 19
Octal 162 23 15 0 123 131 67 4 120 31
Binary 1110010 10011 1101 0 1010011 1011001 110111 100 1010000 11001

Color Harmonies of #72130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72130D

Black with #72130D

Text Example


Text Example

White with #72130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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