Html Css Color HEX #711807 Falu Red

📋 copy color: '#711807'

red 113 ◦ green 24 ◦ blue 7

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

Shades of Falu Red #711807

Tints of Falu Red #711807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.86%

R = 78.47%
G = 16.67%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#711807 (or 0x711807) is known color: Falu Red. HEX triplet: 71, 18 and 07. RGB value is (113,24,7). Sum of RGB (Red+Green+Blue) = 113+24+7=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #711807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711807 is #8EE7F8. Grayscale: #303030. Windows color (decimal): -9365497 or 465009. OLE color: 465009.

HSL color Cylindrical-coordinate representation of color #711807: hue angle of 9.62º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #711807 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 7 -
CMYK 0 0.79 0.94 0.56
HSL 9.62º 0.88% 0.24% -
HSV(B) 9.62º 0.94% 0.44% -
XYZ 7.18 4.18 0.63 -
YUV 48.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 113 24 7 0 0.79 0.94 0.56 9.62 0.88 0.24
Hex 71 18 7 0 4F 5E 38 A 58 18
Octal 161 30 7 0 117 136 70 12 130 30
Binary 1110001 11000 111 0 1001111 1011110 111000 1010 1011000 11000

Color Harmonies of #711807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711807

Black with #711807

Text Example


Text Example

White with #711807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711807; }

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

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

background-color css

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

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

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

border-color css

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

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

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