Html Css Color HEX #71240B Falu Red

📋 copy color: '#71240B'

red 113 ◦ green 36 ◦ blue 11

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

Shades of Falu Red #71240B

Tints of Falu Red #71240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 70.63%
G = 22.5%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71240B (or 0x71240B) is known color: Falu Red. HEX triplet: 71, 24 and 0B. RGB value is (113,36,11). Sum of RGB (Red+Green+Blue) = 113+36+11=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #71240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71240B is #8EDBF4. Grayscale: #383838. Windows color (decimal): -9362421 or 730225. OLE color: 730225.

HSL color Cylindrical-coordinate representation of color #71240B: hue angle of 14.71º 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 #71240B is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 11 -
CMYK 0 0.68 0.90 0.56
HSL 14.71º 0.82% 0.24% -
HSV(B) 14.71º 0.9% 0.44% -
XYZ 7.5 4.8 0.85 -
YUV 56.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 113 36 11 0 0.68 0.90 0.56 14.71 0.82 0.24
Hex 71 24 B 0 44 5A 38 F 52 18
Octal 161 44 13 0 104 132 70 17 122 30
Binary 1110001 100100 1011 0 1000100 1011010 111000 1111 1010010 11000

Color Harmonies of #71240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71240B

Black with #71240B

Text Example


Text Example

White with #71240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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