Html Css Color HEX #711504 Falu Red

📋 copy color: '#711504'

red 113 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #711504

Tints of Falu Red #711504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.9%

R = 81.88%
G = 15.22%
B = 2.9%

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

#711504 (or 0x711504) is known color: Falu Red. HEX triplet: 71, 15 and 04. RGB value is (113,21,4). Sum of RGB (Red+Green+Blue) = 113+21+4=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #711504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711504 is #8EEAFB. Grayscale: #2E2E2E. Windows color (decimal): -9366268 or 267633. OLE color: 267633.

HSL color Cylindrical-coordinate representation of color #711504: hue angle of 9.36º degrees, saturation: 0.93, 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 #711504 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 4 -
CMYK 0 0.81 0.96 0.56
HSL 9.36º 0.93% 0.23% -
HSV(B) 9.36º 0.96% 0.44% -
XYZ 7.1 4.06 0.52 -
YUV 46.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 113 21 4 0 0.81 0.96 0.56 9.36 0.93 0.23
Hex 71 15 4 0 51 60 38 9 5D 17
Octal 161 25 4 0 121 140 70 11 135 27
Binary 1110001 10101 100 0 1010001 1100000 111000 1001 1011101 10111

Color Harmonies of #711504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711504

Black with #711504

Text Example


Text Example

White with #711504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711504; }

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

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

background-color css

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

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

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

border-color css

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

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

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