Html Css Color HEX #71210C Falu Red

📋 copy color: '#71210C'

red 113 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #71210C

Tints of Falu Red #71210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 71.52%
G = 20.89%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71210C (or 0x71210C) is known color: Falu Red. HEX triplet: 71, 21 and 0C. RGB value is (113,33,12). Sum of RGB (Red+Green+Blue) = 113+33+12=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71210C is #8EDEF3. Grayscale: #363636. Windows color (decimal): -9363188 or 794993. OLE color: 794993.

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

Color convert

RGB 113 33 12 -
CMYK 0 0.71 0.89 0.56
HSL 12.48º 0.81% 0.25% -
HSV(B) 12.48º 0.89% 0.44% -
XYZ 7.42 4.62 0.85 -
YUV 54.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 113 33 12 0 0.71 0.89 0.56 12.48 0.81 0.25
Hex 71 21 C 0 47 59 38 C 51 19
Octal 161 41 14 0 107 131 70 14 121 31
Binary 1110001 100001 1100 0 1000111 1011001 111000 1100 1010001 11001

Color Harmonies of #71210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71210C

Black with #71210C

Text Example


Text Example

White with #71210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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