Html Css Color HEX #700D0B Falu Red

📋 copy color: '#700D0B'

red 112 ◦ green 13 ◦ blue 11

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

Shades of Falu Red #700D0B

Tints of Falu Red #700D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.56%

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

R = 82.35%
G = 9.56%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#700D0B (or 0x700D0B) is known color: Falu Red. HEX triplet: 70, 0D and 0B. RGB value is (112,13,11). Sum of RGB (Red+Green+Blue) = 112+13+11=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D0B is #8FF2F4. Grayscale: #2A2A2A. Windows color (decimal): -9433845 or 724336. OLE color: 724336.

HSL color Cylindrical-coordinate representation of color #700D0B: hue angle of 1.19º 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 #700D0B is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 13 11 -
CMYK 0 0.88 0.90 0.56
HSL 1.19º 0.82% 0.24% -
HSV(B) 1.19º 0.9% 0.44% -
XYZ 6.89 3.76 0.68 -
YUV 42.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 112 13 11 0 0.88 0.90 0.56 1.19 0.82 0.24
Hex 70 D B 0 58 5A 38 1 52 18
Octal 160 15 13 0 130 132 70 1 122 30
Binary 1110000 1101 1011 0 1011000 1011010 111000 1 1010010 11000

Color Harmonies of #700D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D0B

Black with #700D0B

Text Example


Text Example

White with #700D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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