Html Css Color HEX #710F0C Falu Red

📋 copy color: '#710F0C'

red 113 ◦ green 15 ◦ blue 12

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

Shades of Falu Red #710F0C

Tints of Falu Red #710F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.71%

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

R = 80.71%
G = 10.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#710F0C (or 0x710F0C) is known color: Falu Red. HEX triplet: 71, 0F and 0C. RGB value is (113,15,12). Sum of RGB (Red+Green+Blue) = 113+15+12=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #710F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F0C is #8EF0F3. Grayscale: #2C2C2C. Windows color (decimal): -9367796 or 790385. OLE color: 790385.

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

Color convert

RGB 113 15 12 -
CMYK 0 0.87 0.89 0.56
HSL 1.78º 0.81% 0.25% -
HSV(B) 1.78º 0.89% 0.44% -
XYZ 7.05 3.88 0.73 -
YUV 43.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 113 15 12 0 0.87 0.89 0.56 1.78 0.81 0.25
Hex 71 F C 0 57 59 38 2 51 19
Octal 161 17 14 0 127 131 70 2 121 31
Binary 1110001 1111 1100 0 1010111 1011001 111000 10 1010001 11001

Color Harmonies of #710F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F0C

Black with #710F0C

Text Example


Text Example

White with #710F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710F0C; }

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

 H1.HeaderClassName
 {
   color: #710F0C;
 }
 .AnyTagClassName
 {
   color: #710F0C;
 }
</style>

background-color css

<style>
 a { background-color: #710F0C; }

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

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

border-color css

<style>
 span { border-color: #710F0C; }

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

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