Html Css Color HEX #701D0B Falu Red

📋 copy color: '#701D0B'

red 112 ◦ green 29 ◦ blue 11

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

Shades of Falu Red #701D0B

Tints of Falu Red #701D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.08%

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 73.68%
G = 19.08%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#701D0B (or 0x701D0B) is known color: Falu Red. HEX triplet: 70, 1D and 0B. RGB value is (112,29,11). Sum of RGB (Red+Green+Blue) = 112+29+11=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #701D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D0B is #8FE2F4. Grayscale: #333333. Windows color (decimal): -9429749 or 728432. OLE color: 728432.

HSL color Cylindrical-coordinate representation of color #701D0B: hue angle of 10.69º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #701D0B is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 29 11 -
CMYK 0 0.74 0.90 0.56
HSL 10.69º 0.82% 0.24% -
HSV(B) 10.69º 0.9% 0.44% -
XYZ 7.18 4.35 0.78 -
YUV 51.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 112 29 11 0 0.74 0.90 0.56 10.69 0.82 0.24
Hex 70 1D B 0 4A 5A 38 B 52 18
Octal 160 35 13 0 112 132 70 13 122 30
Binary 1110000 11101 1011 0 1001010 1011010 111000 1011 1010010 11000

Color Harmonies of #701D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D0B

Black with #701D0B

Text Example


Text Example

White with #701D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,29,11); }

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

background-color css

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

 a { background-color: rgb(112,29,11); }

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

border-color css

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

 span { border-color: rgb(112,29,11); }

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