Html Css Color HEX #711505 Falu Red

📋 copy color: '#711505'

red 113 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #711505

Tints of Falu Red #711505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.6%

R = 81.29%
G = 15.11%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711505 (or 0x711505) is known color: Falu Red. HEX triplet: 71, 15 and 05. RGB value is (113,21,5). Sum of RGB (Red+Green+Blue) = 113+21+5=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #711505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711505 is #8EEAFA. Grayscale: #2E2E2E. Windows color (decimal): -9366267 or 333169. OLE color: 333169.

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

Color convert

RGB 113 21 5 -
CMYK 0 0.81 0.96 0.56
HSL 8.89º 0.92% 0.23% -
HSV(B) 8.89º 0.96% 0.44% -
XYZ 7.11 4.06 0.55 -
YUV 46.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 113 21 5 0 0.81 0.96 0.56 8.89 0.92 0.23
Hex 71 15 5 0 51 60 38 9 5C 17
Octal 161 25 5 0 121 140 70 11 134 27
Binary 1110001 10101 101 0 1010001 1100000 111000 1001 1011100 10111

Color Harmonies of #711505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711505

Black with #711505

Text Example


Text Example

White with #711505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711505; }

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

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

background-color css

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

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

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

border-color css

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

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

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