Html Css Color HEX #71210D Falu Red

📋 copy color: '#71210D'

red 113 ◦ green 33 ◦ blue 13

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

Shades of Falu Red #71210D

Tints of Falu Red #71210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.75%

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 71.07%
G = 20.75%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71210D (or 0x71210D) is known color: Falu Red. HEX triplet: 71, 21 and 0D. RGB value is (113,33,13). Sum of RGB (Red+Green+Blue) = 113+33+13=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71210D is #8EDEF2. Grayscale: #363636. Windows color (decimal): -9363187 or 860529. OLE color: 860529.

HSL color Cylindrical-coordinate representation of color #71210D: hue angle of 12º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71210D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 13 -
CMYK 0 0.71 0.88 0.56
HSL 12º 0.79% 0.25% -
HSV(B) 12º 0.88% 0.44% -
XYZ 7.43 4.63 0.88 -
YUV 54.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 113 33 13 0 0.71 0.88 0.56 12 0.79 0.25
Hex 71 21 D 0 47 58 38 C 4F 19
Octal 161 41 15 0 107 130 70 14 117 31
Binary 1110001 100001 1101 0 1000111 1011000 111000 1100 1001111 11001

Color Harmonies of #71210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71210D

Black with #71210D

Text Example


Text Example

White with #71210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71210D; }

 p { color: rgb(113,33,13); }

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

background-color css

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

 a { background-color: rgb(113,33,13); }

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

border-color css

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

 span { border-color: rgb(113,33,13); }

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