Html Css Color HEX #701B06 Falu Red

📋 copy color: '#701B06'

red 112 ◦ green 27 ◦ blue 6

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

Shades of Falu Red #701B06

Tints of Falu Red #701B06

RGB

 RED value IS 112 (44.14% from 255) = 77.24%

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

 BLUE value IS 6 (2.73% from 255) = 4.14%

R = 77.24%
G = 18.62%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701B06 (or 0x701B06) is known color: Falu Red. HEX triplet: 70, 1B and 06. RGB value is (112,27,6). Sum of RGB (Red+Green+Blue) = 112+27+6=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #701B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B06 is #8FE4F9. Grayscale: #323232. Windows color (decimal): -9430266 or 400240. OLE color: 400240.

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

Color convert

RGB 112 27 6 -
CMYK 0 0.76 0.95 0.56
HSL 11.89º 0.9% 0.23% -
HSV(B) 11.89º 0.95% 0.44% -
XYZ 7.11 4.24 0.62 -
YUV 50.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 112 27 6 0 0.76 0.95 0.56 11.89 0.9 0.23
Hex 70 1B 6 0 4C 5F 38 C 5A 17
Octal 160 33 6 0 114 137 70 14 132 27
Binary 1110000 11011 110 0 1001100 1011111 111000 1100 1011010 10111

Color Harmonies of #701B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B06

Black with #701B06

Text Example


Text Example

White with #701B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701B06; }

 p { color: rgb(112,27,6); }

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

background-color css

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

 a { background-color: rgb(112,27,6); }

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

border-color css

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

 span { border-color: rgb(112,27,6); }

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