Html Css Color HEX #711B00 Falu Red

📋 copy color: '#711B00'

red 113 ◦ green 27 ◦ blue 0

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

Shades of Falu Red #711B00

Tints of Falu Red #711B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.71%
G = 19.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#711B00 (or 0x711B00) is known color: Falu Red. HEX triplet: 71, 1B and 00. RGB value is (113,27,0). Sum of RGB (Red+Green+Blue) = 113+27+0=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #711B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B00 is #8EE4FF. Grayscale: #313131. Windows color (decimal): -9364736 or 7025. OLE color: 7025.

HSL color Cylindrical-coordinate representation of color #711B00: hue angle of 14.34º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #711B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 27 0 -
CMYK 0 0.76 1 0.56
HSL 14.34º 1% 0.22% -
HSV(B) 14.34º 1% 0.44% -
XYZ 7.2 4.29 0.45 -
YUV 49.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 113 27 0 0 0.76 1 0.56 14.34 1 0.22
Hex 71 1B 0 0 4C 64 38 E 64 16
Octal 161 33 0 0 114 144 70 16 144 26
Binary 1110001 11011 0 0 1001100 1100100 111000 1110 1100100 10110

Color Harmonies of #711B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B00

Black with #711B00

Text Example


Text Example

White with #711B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711B00; }

 p { color: rgb(113,27,0); }

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

background-color css

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

 a { background-color: rgb(113,27,0); }

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

border-color css

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

 span { border-color: rgb(113,27,0); }

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