Html Css Color HEX #711B0F Falu Red

📋 copy color: '#711B0F'

red 113 ◦ green 27 ◦ blue 15

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

Shades of Falu Red #711B0F

Tints of Falu Red #711B0F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

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

R = 72.9%
G = 17.42%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#711B0F (or 0x711B0F) is known color: Falu Red. HEX triplet: 71, 1B and 0F. RGB value is (113,27,15). Sum of RGB (Red+Green+Blue) = 113+27+15=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #711B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B0F is #8EE4F0. Grayscale: #333333. Windows color (decimal): -9364721 or 990065. OLE color: 990065.

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

Color convert

RGB 113 27 15 -
CMYK 0 0.76 0.87 0.56
HSL 7.35º 0.77% 0.25% -
HSV(B) 7.35º 0.87% 0.44% -
XYZ 7.29 4.33 0.9 -
YUV 51.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 113 27 15 0 0.76 0.87 0.56 7.35 0.77 0.25
Hex 71 1B F 0 4C 57 38 7 4D 19
Octal 161 33 17 0 114 127 70 7 115 31
Binary 1110001 11011 1111 0 1001100 1010111 111000 111 1001101 11001

Color Harmonies of #711B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B0F

Black with #711B0F

Text Example


Text Example

White with #711B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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