Html Css Color HEX #71240C Falu Red

📋 copy color: '#71240C'

red 113 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #71240C

Tints of Falu Red #71240C

RGB

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

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

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

R = 70.19%
G = 22.36%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71240C (or 0x71240C) is known color: Falu Red. HEX triplet: 71, 24 and 0C. RGB value is (113,36,12). Sum of RGB (Red+Green+Blue) = 113+36+12=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71240C is #8EDBF3. Grayscale: #383838. Windows color (decimal): -9362420 or 795761. OLE color: 795761.

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

Color convert

RGB 113 36 12 -
CMYK 0 0.68 0.89 0.56
HSL 14.26º 0.81% 0.25% -
HSV(B) 14.26º 0.89% 0.44% -
XYZ 7.51 4.8 0.88 -
YUV 56.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 113 36 12 0 0.68 0.89 0.56 14.26 0.81 0.25
Hex 71 24 C 0 44 59 38 E 51 19
Octal 161 44 14 0 104 131 70 16 121 31
Binary 1110001 100100 1100 0 1000100 1011001 111000 1110 1010001 11001

Color Harmonies of #71240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71240C

Black with #71240C

Text Example


Text Example

White with #71240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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