Html Css Color HEX #701306 Falu Red

📋 copy color: '#701306'

red 112 ◦ green 19 ◦ blue 6

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

Shades of Falu Red #701306

Tints of Falu Red #701306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

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

R = 81.75%
G = 13.87%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701306 (or 0x701306) is known color: Falu Red. HEX triplet: 70, 13 and 06. RGB value is (112,19,6). Sum of RGB (Red+Green+Blue) = 112+19+6=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #701306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701306 is #8FECF9. Grayscale: #2D2D2D. Windows color (decimal): -9432314 or 398192. OLE color: 398192.

HSL color Cylindrical-coordinate representation of color #701306: hue angle of 7.36º 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 #701306 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 6 -
CMYK 0 0.83 0.95 0.56
HSL 7.36º 0.9% 0.23% -
HSV(B) 7.36º 0.95% 0.44% -
XYZ 6.95 3.92 0.56 -
YUV 45.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 112 19 6 0 0.83 0.95 0.56 7.36 0.9 0.23
Hex 70 13 6 0 53 5F 38 7 5A 17
Octal 160 23 6 0 123 137 70 7 132 27
Binary 1110000 10011 110 0 1010011 1011111 111000 111 1011010 10111

Color Harmonies of #701306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701306

Black with #701306

Text Example


Text Example

White with #701306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701306; }

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

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

background-color css

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

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

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

border-color css

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

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

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