Html Css Color HEX #702214 Falu Red

📋 copy color: '#702214'

red 112 ◦ green 34 ◦ blue 20

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

Shades of Falu Red #702214

Tints of Falu Red #702214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.48%

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 67.47%
G = 20.48%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702214 (or 0x702214) is known color: Falu Red. HEX triplet: 70, 22 and 14. RGB value is (112,34,20). Sum of RGB (Red+Green+Blue) = 112+34+20=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702214 is #8FDDEB. Grayscale: #373737. Windows color (decimal): -9428460 or 1319536. OLE color: 1319536.

HSL color Cylindrical-coordinate representation of color #702214: hue angle of 9.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702214 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 20 -
CMYK 0 0.70 0.82 0.56
HSL 9.13º 0.7% 0.26% -
HSV(B) 9.13º 0.82% 0.44% -
XYZ 7.38 4.64 1.17 -
YUV 55.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 112 34 20 0 0.70 0.82 0.56 9.13 0.7 0.26
Hex 70 22 14 0 46 52 38 9 46 1A
Octal 160 42 24 0 106 122 70 11 106 32
Binary 1110000 100010 10100 0 1000110 1010010 111000 1001 1000110 11010

Color Harmonies of #702214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702214

Black with #702214

Text Example


Text Example

White with #702214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702214; }

 p { color: rgb(112,34,20); }

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

background-color css

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

 a { background-color: rgb(112,34,20); }

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

border-color css

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

 span { border-color: rgb(112,34,20); }

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