Html Css Color HEX #711A02 Falu Red

📋 copy color: '#711A02'

red 113 ◦ green 26 ◦ blue 2

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

Shades of Falu Red #711A02

Tints of Falu Red #711A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.44%

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 80.14%
G = 18.44%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#711A02 (or 0x711A02) is known color: Falu Red. HEX triplet: 71, 1A and 02. RGB value is (113,26,2). Sum of RGB (Red+Green+Blue) = 113+26+2=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #711A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A02 is #8EE5FD. Grayscale: #313131. Windows color (decimal): -9364990 or 137841. OLE color: 137841.

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

Color convert

RGB 113 26 2 -
CMYK 0 0.77 0.98 0.56
HSL 12.97º 0.97% 0.23% -
HSV(B) 12.97º 0.98% 0.44% -
XYZ 7.19 4.25 0.5 -
YUV 49.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 113 26 2 0 0.77 0.98 0.56 12.97 0.97 0.23
Hex 71 1A 2 0 4D 62 38 D 61 17
Octal 161 32 2 0 115 142 70 15 141 27
Binary 1110001 11010 10 0 1001101 1100010 111000 1101 1100001 10111

Color Harmonies of #711A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A02

Black with #711A02

Text Example


Text Example

White with #711A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,2); }

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

background-color css

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

 a { background-color: rgb(113,26,2); }

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

border-color css

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

 span { border-color: rgb(113,26,2); }

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