Html Css Color HEX #71200C Falu Red

📋 copy color: '#71200C'

red 113 ◦ green 32 ◦ blue 12

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

Shades of Falu Red #71200C

Tints of Falu Red #71200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.38%

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

R = 71.97%
G = 20.38%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71200C (or 0x71200C) is known color: Falu Red. HEX triplet: 71, 20 and 0C. RGB value is (113,32,12). Sum of RGB (Red+Green+Blue) = 113+32+12=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71200C is #8EDFF3. Grayscale: #363636. Windows color (decimal): -9363444 or 794737. OLE color: 794737.

HSL color Cylindrical-coordinate representation of color #71200C: hue angle of 11.88º 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 #71200C is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 12 -
CMYK 0 0.72 0.89 0.56
HSL 11.88º 0.81% 0.25% -
HSV(B) 11.88º 0.89% 0.44% -
XYZ 7.39 4.57 0.84 -
YUV 53.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 113 32 12 0 0.72 0.89 0.56 11.88 0.81 0.25
Hex 71 20 C 0 48 59 38 C 51 19
Octal 161 40 14 0 110 131 70 14 121 31
Binary 1110001 100000 1100 0 1001000 1011001 111000 1100 1010001 11001

Color Harmonies of #71200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71200C

Black with #71200C

Text Example


Text Example

White with #71200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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