Html Css Color HEX #711A0D Falu Red

📋 copy color: '#711A0D'

red 113 ◦ green 26 ◦ blue 13

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

Shades of Falu Red #711A0D

Tints of Falu Red #711A0D

RGB

 RED value IS 113 (44.53% from 255) = 74.34%

 GREEN value IS 26 (10.55% from 255) = 17.11%

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

R = 74.34%
G = 17.11%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#711A0D (or 0x711A0D) is known color: Falu Red. HEX triplet: 71, 1A and 0D. RGB value is (113,26,13). Sum of RGB (Red+Green+Blue) = 113+26+13=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #711A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A0D is #8EE5F2. Grayscale: #323232. Windows color (decimal): -9364979 or 858737. OLE color: 858737.

HSL color Cylindrical-coordinate representation of color #711A0D: hue angle of 7.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711A0D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 13 -
CMYK 0 0.77 0.88 0.56
HSL 7.8º 0.79% 0.25% -
HSV(B) 7.8º 0.88% 0.44% -
XYZ 7.25 4.28 0.82 -
YUV 50.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 113 26 13 0 0.77 0.88 0.56 7.8 0.79 0.25
Hex 71 1A D 0 4D 58 38 8 4F 19
Octal 161 32 15 0 115 130 70 10 117 31
Binary 1110001 11010 1101 0 1001101 1011000 111000 1000 1001111 11001

Color Harmonies of #711A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A0D

Black with #711A0D

Text Example


Text Example

White with #711A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711A0D; }

 p { color: rgb(113,26,13); }

 H1.HeaderClassName
 {
   color: #711A0D;
 }
 .AnyTagClassName
 {
   color: #711A0D;
 }
</style>

background-color css

<style>
 a { background-color: #711A0D; }

 a { background-color: rgb(113,26,13); }

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

border-color css

<style>
 span { border-color: #711A0D; }

 span { border-color: rgb(113,26,13); }

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