Html Css Color HEX #711506 Falu Red

📋 copy color: '#711506'

red 113 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #711506

Tints of Falu Red #711506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 80.71%
G = 15%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#711506 (or 0x711506) is known color: Falu Red. HEX triplet: 71, 15 and 06. RGB value is (113,21,6). Sum of RGB (Red+Green+Blue) = 113+21+6=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #711506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711506 is #8EEAF9. Grayscale: #2E2E2E. Windows color (decimal): -9366266 or 398705. OLE color: 398705.

HSL color Cylindrical-coordinate representation of color #711506: hue angle of 8.41º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #711506 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 6 -
CMYK 0 0.81 0.95 0.56
HSL 8.41º 0.9% 0.23% -
HSV(B) 8.41º 0.95% 0.44% -
XYZ 7.11 4.06 0.58 -
YUV 46.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 113 21 6 0 0.81 0.95 0.56 8.41 0.9 0.23
Hex 71 15 6 0 51 5F 38 8 5A 17
Octal 161 25 6 0 121 137 70 10 132 27
Binary 1110001 10101 110 0 1010001 1011111 111000 1000 1011010 10111

Color Harmonies of #711506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711506

Black with #711506

Text Example


Text Example

White with #711506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711506; }

 p { color: rgb(113,21,6); }

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

background-color css

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

 a { background-color: rgb(113,21,6); }

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

border-color css

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

 span { border-color: rgb(113,21,6); }

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