Html Css Color HEX #711C0D Falu Red

📋 copy color: '#711C0D'

red 113 ◦ green 28 ◦ blue 13

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

Shades of Falu Red #711C0D

Tints of Falu Red #711C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

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

R = 73.38%
G = 18.18%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#711C0D (or 0x711C0D) is known color: Falu Red. HEX triplet: 71, 1C and 0D. RGB value is (113,28,13). Sum of RGB (Red+Green+Blue) = 113+28+13=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #711C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C0D is #8EE3F2. Grayscale: #333333. Windows color (decimal): -9364467 or 859249. OLE color: 859249.

HSL color Cylindrical-coordinate representation of color #711C0D: hue angle of 9º 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 #711C0D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 28 13 -
CMYK 0 0.75 0.88 0.56
HSL 0.79% 0.25% -
HSV(B) 0.88% 0.44% -
XYZ 7.3 4.37 0.84 -
YUV 51.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 113 28 13 0 0.75 0.88 0.56 9 0.79 0.25
Hex 71 1C D 0 4B 58 38 9 4F 19
Octal 161 34 15 0 113 130 70 11 117 31
Binary 1110001 11100 1101 0 1001011 1011000 111000 1001 1001111 11001

Color Harmonies of #711C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C0D

Black with #711C0D

Text Example


Text Example

White with #711C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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