Html Css Color HEX #71170A Falu Red

📋 copy color: '#71170A'

red 113 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #71170A

Tints of Falu Red #71170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 77.4%
G = 15.75%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71170A (or 0x71170A) is known color: Falu Red. HEX triplet: 71, 17 and 0A. RGB value is (113,23,10). Sum of RGB (Red+Green+Blue) = 113+23+10=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71170A is #8EE8F5. Grayscale: #303030. Windows color (decimal): -9365750 or 661361. OLE color: 661361.

HSL color Cylindrical-coordinate representation of color #71170A: hue angle of 7.57º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71170A is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 10 -
CMYK 0 0.80 0.91 0.56
HSL 7.57º 0.84% 0.24% -
HSV(B) 7.57º 0.91% 0.44% -
XYZ 7.17 4.15 0.71 -
YUV 48.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 113 23 10 0 0.80 0.91 0.56 7.57 0.84 0.24
Hex 71 17 A 0 50 5B 38 8 54 18
Octal 161 27 12 0 120 133 70 10 124 30
Binary 1110001 10111 1010 0 1010000 1011011 111000 1000 1010100 11000

Color Harmonies of #71170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71170A

Black with #71170A

Text Example


Text Example

White with #71170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71170A; }

 p { color: rgb(113,23,10); }

 H1.HeaderClassName
 {
   color: #71170A;
 }
 .AnyTagClassName
 {
   color: #71170A;
 }
</style>

background-color css

<style>
 a { background-color: #71170A; }

 a { background-color: rgb(113,23,10); }

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

border-color css

<style>
 span { border-color: #71170A; }

 span { border-color: rgb(113,23,10); }

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