Html Css Color HEX #862207 Falu Red

📋 copy color: '#862207'

red 134 ◦ green 34 ◦ blue 7

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

Shades of Falu Red #862207

Tints of Falu Red #862207

RGB

 RED value IS 134 (52.73% from 255) = 76.57%

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

 BLUE value IS 7 (3.13% from 255) = 4%

R = 76.57%
G = 19.43%
B = 4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#862207 (or 0x862207) is known color: Falu Red. HEX triplet: 86, 22 and 07. RGB value is (134,34,7). Sum of RGB (Red+Green+Blue) = 134+34+7=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #862207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862207 is #79DDF8. Grayscale: #3D3D3D. Windows color (decimal): -7986681 or 467590. OLE color: 467590.

HSL color Cylindrical-coordinate representation of color #862207: hue angle of 12.76º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #862207 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 7 -
CMYK 0 0.75 0.95 0.47
HSL 12.76º 0.9% 0.28% -
HSV(B) 12.76º 0.95% 0.53% -
XYZ 10.44 6.23 0.85 -
YUV 60.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 134 34 7 0 0.75 0.95 0.47 12.76 0.9 0.28
Hex 86 22 7 0 4B 5F 2F D 5A 1C
Octal 206 42 7 0 113 137 57 15 132 34
Binary 10000110 100010 111 0 1001011 1011111 101111 1101 1011010 11100

Color Harmonies of #862207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862207

Black with #862207

Text Example


Text Example

White with #862207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862207; }

 p { color: rgb(134,34,7); }

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

background-color css

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

 a { background-color: rgb(134,34,7); }

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

border-color css

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

 span { border-color: rgb(134,34,7); }

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