Html Css Color HEX #712001 Falu Red

📋 copy color: '#712001'

red 113 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #712001

Tints of Falu Red #712001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 77.4%
G = 21.92%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#712001 (or 0x712001) is known color: Falu Red. HEX triplet: 71, 20 and 01. RGB value is (113,32,1). Sum of RGB (Red+Green+Blue) = 113+32+1=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #712001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712001 is #8EDFFE. Grayscale: #343434. Windows color (decimal): -9363455 or 73841. OLE color: 73841.

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

Color convert

RGB 113 32 1 -
CMYK 0 0.72 0.99 0.56
HSL 16.61º 0.98% 0.22% -
HSV(B) 16.61º 0.99% 0.44% -
XYZ 7.33 4.55 0.52 -
YUV 52.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 113 32 1 0 0.72 0.99 0.56 16.61 0.98 0.22
Hex 71 20 1 0 48 63 38 11 62 16
Octal 161 40 1 0 110 143 70 21 142 26
Binary 1110001 100000 1 0 1001000 1100011 111000 10001 1100010 10110

Color Harmonies of #712001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712001

Black with #712001

Text Example


Text Example

White with #712001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712001; }

 p { color: rgb(113,32,1); }

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

background-color css

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

 a { background-color: rgb(113,32,1); }

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

border-color css

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

 span { border-color: rgb(113,32,1); }

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