Html Css Color HEX #71201E Falu Red

📋 copy color: '#71201E'

red 113 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #71201E

Tints of Falu Red #71201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 64.57%
G = 18.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71201E (or 0x71201E) is known color: Falu Red. HEX triplet: 71, 20 and 1E. RGB value is (113,32,30). Sum of RGB (Red+Green+Blue) = 113+32+30=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71201E is #8EDFE1. Grayscale: #383838. Windows color (decimal): -9363426 or 1974385. OLE color: 1974385.

HSL color Cylindrical-coordinate representation of color #71201E: hue angle of 1.45º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71201E is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 30 -
CMYK 0 0.72 0.73 0.56
HSL 1.45º 0.58% 0.28% -
HSV(B) 1.45º 0.73% 0.44% -
XYZ 7.56 4.64 1.72 -
YUV 55.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 113 32 30 0 0.72 0.73 0.56 1.45 0.58 0.28
Hex 71 20 1E 0 48 49 38 1 3A 1C
Octal 161 40 36 0 110 111 70 1 72 34
Binary 1110001 100000 11110 0 1001000 1001001 111000 1 111010 11100

Color Harmonies of #71201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71201E

Black with #71201E

Text Example


Text Example

White with #71201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71201E; }

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

 H1.HeaderClassName
 {
   color: #71201E;
 }
 .AnyTagClassName
 {
   color: #71201E;
 }
</style>

background-color css

<style>
 a { background-color: #71201E; }

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

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

border-color css

<style>
 span { border-color: #71201E; }

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

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