Html Css Color HEX #71180B Falu Red

📋 copy color: '#71180B'

red 113 ◦ green 24 ◦ blue 11

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

Shades of Falu Red #71180B

Tints of Falu Red #71180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 76.35%
G = 16.22%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71180B (or 0x71180B) is known color: Falu Red. HEX triplet: 71, 18 and 0B. RGB value is (113,24,11). Sum of RGB (Red+Green+Blue) = 113+24+11=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #71180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71180B is #8EE7F4. Grayscale: #313131. Windows color (decimal): -9365493 or 727153. OLE color: 727153.

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

Color convert

RGB 113 24 11 -
CMYK 0 0.79 0.90 0.56
HSL 7.65º 0.82% 0.24% -
HSV(B) 7.65º 0.9% 0.44% -
XYZ 7.2 4.19 0.75 -
YUV 49.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 113 24 11 0 0.79 0.90 0.56 7.65 0.82 0.24
Hex 71 18 B 0 4F 5A 38 8 52 18
Octal 161 30 13 0 117 132 70 10 122 30
Binary 1110001 11000 1011 0 1001111 1011010 111000 1000 1010010 11000

Color Harmonies of #71180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71180B

Black with #71180B

Text Example


Text Example

White with #71180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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