Html Css Color HEX #711B03 Falu Red

📋 copy color: '#711B03'

red 113 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #711B03

Tints of Falu Red #711B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.1%

R = 79.02%
G = 18.88%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#711B03 (or 0x711B03) is known color: Falu Red. HEX triplet: 71, 1B and 03. RGB value is (113,27,3). Sum of RGB (Red+Green+Blue) = 113+27+3=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #711B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B03 is #8EE4FC. Grayscale: #323232. Windows color (decimal): -9364733 or 203633. OLE color: 203633.

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

Color convert

RGB 113 27 3 -
CMYK 0 0.76 0.97 0.56
HSL 13.09º 0.95% 0.23% -
HSV(B) 13.09º 0.97% 0.44% -
XYZ 7.22 4.3 0.54 -
YUV 49.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 113 27 3 0 0.76 0.97 0.56 13.09 0.95 0.23
Hex 71 1B 3 0 4C 61 38 D 5F 17
Octal 161 33 3 0 114 141 70 15 137 27
Binary 1110001 11011 11 0 1001100 1100001 111000 1101 1011111 10111

Color Harmonies of #711B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B03

Black with #711B03

Text Example


Text Example

White with #711B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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