Html Css Color HEX #711D0F Falu Red

📋 copy color: '#711D0F'

red 113 ◦ green 29 ◦ blue 15

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

Shades of Falu Red #711D0F

Tints of Falu Red #711D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.47%

 BLUE value IS 15 (6.25% from 255) = 9.55%

R = 71.97%
G = 18.47%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#711D0F (or 0x711D0F) is known color: Falu Red. HEX triplet: 71, 1D and 0F. RGB value is (113,29,15). Sum of RGB (Red+Green+Blue) = 113+29+15=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #711D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D0F is #8EE2F0. Grayscale: #343434. Windows color (decimal): -9364209 or 990577. OLE color: 990577.

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

Color convert

RGB 113 29 15 -
CMYK 0 0.74 0.87 0.56
HSL 8.57º 0.77% 0.25% -
HSV(B) 8.57º 0.87% 0.44% -
XYZ 7.34 4.42 0.92 -
YUV 52.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 113 29 15 0 0.74 0.87 0.56 8.57 0.77 0.25
Hex 71 1D F 0 4A 57 38 9 4D 19
Octal 161 35 17 0 112 127 70 11 115 31
Binary 1110001 11101 1111 0 1001010 1010111 111000 1001 1001101 11001

Color Harmonies of #711D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D0F

Black with #711D0F

Text Example


Text Example

White with #711D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,15); }

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

background-color css

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

 a { background-color: rgb(113,29,15); }

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

border-color css

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

 span { border-color: rgb(113,29,15); }

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