Html Css Color HEX #71200B Falu Red

📋 copy color: '#71200B'

red 113 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #71200B

Tints of Falu Red #71200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 72.44%
G = 20.51%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71200B (or 0x71200B) is known color: Falu Red. HEX triplet: 71, 20 and 0B. RGB value is (113,32,11). Sum of RGB (Red+Green+Blue) = 113+32+11=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #71200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71200B is #8EDFF4. Grayscale: #353535. Windows color (decimal): -9363445 or 729201. OLE color: 729201.

HSL color Cylindrical-coordinate representation of color #71200B: hue angle of 12.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71200B is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 11 -
CMYK 0 0.72 0.90 0.56
HSL 12.35º 0.82% 0.24% -
HSV(B) 12.35º 0.9% 0.44% -
XYZ 7.39 4.57 0.81 -
YUV 53.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 113 32 11 0 0.72 0.90 0.56 12.35 0.82 0.24
Hex 71 20 B 0 48 5A 38 C 52 18
Octal 161 40 13 0 110 132 70 14 122 30
Binary 1110001 100000 1011 0 1001000 1011010 111000 1100 1010010 11000

Color Harmonies of #71200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71200B

Black with #71200B

Text Example


Text Example

White with #71200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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