Html Css Color HEX #701B0D Falu Red

📋 copy color: '#701B0D'

red 112 ◦ green 27 ◦ blue 13

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

Shades of Falu Red #701B0D

Tints of Falu Red #701B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 73.68%
G = 17.76%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#701B0D (or 0x701B0D) is known color: Falu Red. HEX triplet: 70, 1B and 0D. RGB value is (112,27,13). Sum of RGB (Red+Green+Blue) = 112+27+13=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #701B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B0D is #8FE4F2. Grayscale: #323232. Windows color (decimal): -9430259 or 858992. OLE color: 858992.

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

Color convert

RGB 112 27 13 -
CMYK 0 0.76 0.88 0.56
HSL 8.48º 0.79% 0.25% -
HSV(B) 8.48º 0.88% 0.44% -
XYZ 7.15 4.26 0.83 -
YUV 50.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 112 27 13 0 0.76 0.88 0.56 8.48 0.79 0.25
Hex 70 1B D 0 4C 58 38 8 4F 19
Octal 160 33 15 0 114 130 70 10 117 31
Binary 1110000 11011 1101 0 1001100 1011000 111000 1000 1001111 11001

Color Harmonies of #701B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B0D

Black with #701B0D

Text Example


Text Example

White with #701B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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