Html Css Color HEX #712103 Falu Red

📋 copy color: '#712103'

red 113 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #712103

Tints of Falu Red #712103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.15%

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

R = 75.84%
G = 22.15%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#712103 (or 0x712103) is known color: Falu Red. HEX triplet: 71, 21 and 03. RGB value is (113,33,3). Sum of RGB (Red+Green+Blue) = 113+33+3=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #712103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712103 is #8EDEFC. Grayscale: #353535. Windows color (decimal): -9363197 or 205169. OLE color: 205169.

HSL color Cylindrical-coordinate representation of color #712103: hue angle of 16.36º 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 #712103 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 3 -
CMYK 0 0.71 0.97 0.56
HSL 16.36º 0.95% 0.23% -
HSV(B) 16.36º 0.97% 0.44% -
XYZ 7.37 4.6 0.59 -
YUV 53.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 113 33 3 0 0.71 0.97 0.56 16.36 0.95 0.23
Hex 71 21 3 0 47 61 38 10 5F 17
Octal 161 41 3 0 107 141 70 20 137 27
Binary 1110001 100001 11 0 1000111 1100001 111000 10000 1011111 10111

Color Harmonies of #712103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712103

Black with #712103

Text Example


Text Example

White with #712103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712103; }

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

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

background-color css

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

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

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

border-color css

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

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

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