Html Css Color HEX #71130B Falu Red

📋 copy color: '#71130B'

red 113 ◦ green 19 ◦ blue 11

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

Shades of Falu Red #71130B

Tints of Falu Red #71130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 79.02%
G = 13.29%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71130B (or 0x71130B) is known color: Falu Red. HEX triplet: 71, 13 and 0B. RGB value is (113,19,11). Sum of RGB (Red+Green+Blue) = 113+19+11=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71130B is #8EECF4. Grayscale: #2E2E2E. Windows color (decimal): -9366773 or 725873. OLE color: 725873.

HSL color Cylindrical-coordinate representation of color #71130B: hue angle of 4.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71130B is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 11 -
CMYK 0 0.83 0.90 0.56
HSL 4.71º 0.82% 0.24% -
HSV(B) 4.71º 0.9% 0.44% -
XYZ 7.1 4 0.71 -
YUV 46.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 113 19 11 0 0.83 0.90 0.56 4.71 0.82 0.24
Hex 71 13 B 0 53 5A 38 5 52 18
Octal 161 23 13 0 123 132 70 5 122 30
Binary 1110001 10011 1011 0 1010011 1011010 111000 101 1010010 11000

Color Harmonies of #71130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71130B

Black with #71130B

Text Example


Text Example

White with #71130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71130B; }

 p { color: rgb(113,19,11); }

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

background-color css

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

 a { background-color: rgb(113,19,11); }

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

border-color css

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

 span { border-color: rgb(113,19,11); }

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