Html Css Color HEX #71201B Falu Red

📋 copy color: '#71201B'

red 113 ◦ green 32 ◦ blue 27

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

Shades of Falu Red #71201B

Tints of Falu Red #71201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 65.7%
G = 18.6%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71201B (or 0x71201B) is known color: Falu Red. HEX triplet: 71, 20 and 1B. RGB value is (113,32,27). Sum of RGB (Red+Green+Blue) = 113+32+27=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #71201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71201B is #8EDFE4. Grayscale: #373737. Windows color (decimal): -9363429 or 1777777. OLE color: 1777777.

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

Color convert

RGB 113 32 27 -
CMYK 0 0.72 0.76 0.56
HSL 3.49º 0.61% 0.27% -
HSV(B) 3.49º 0.76% 0.44% -
XYZ 7.52 4.62 1.53 -
YUV 55.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 113 32 27 0 0.72 0.76 0.56 3.49 0.61 0.27
Hex 71 20 1B 0 48 4C 38 3 3D 1B
Octal 161 40 33 0 110 114 70 3 75 33
Binary 1110001 100000 11011 0 1001000 1001100 111000 11 111101 11011

Color Harmonies of #71201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71201B

Black with #71201B

Text Example


Text Example

White with #71201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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